Skip to content

Commit c0b0750

Browse files
committed
- phpcs
1 parent cdc8bfa commit c0b0750

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/Utils/SchemaPrinterTest.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -775,7 +775,9 @@ public function testInputTypeWithOneOfDirective(): void
775775
],
776776
]);
777777

778-
$schema = new Schema(['types' => [$inputType]]);
778+
$schema = new Schema([
779+
'types' => [$inputType],
780+
]);
779781

780782
self::assertPrintedSchemaEquals(
781783
<<<'GRAPHQL'

0 commit comments

Comments
 (0)