Skip to content

Commit

Permalink
Fix codestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
spawnia committed Jan 24, 2022
1 parent df9f46b commit ffa431c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Utils/SchemaExtenderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2042,7 +2042,7 @@ public function testShouldBeAbleToIntroduceNewTypesThroughExtension()
/**
* @see https://github.com/webonyx/graphql-php/pull/929
*/
public function testPreservesRepeatableInDirective(): void
public function testPreservesRepeatableInDirective() : void
{
$schema = BuildSchema::build('
directive @test(arg: Int) repeatable on FIELD | SCALAR
Expand Down

0 comments on commit ffa431c

Please sign in to comment.