Skip to content

Commit 162e7f7

Browse files
authored
fix Coding Standard
1 parent a3bd4cc commit 162e7f7

File tree

1 file changed

+1
-0
lines changed
  • tests/Config/Parser/fixtures/annotations/Type

1 file changed

+1
-0
lines changed

tests/Config/Parser/fixtures/annotations/Type/Battle.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ final class Battle
2121

2222
/**
2323
* @GQL\Field(name="casualties", complexity="childrenComplexity * 5")
24+
*
2425
* @GQL\Arg(name="raceId", type="String!", description="A race ID")
2526
*/
2627
#[GQL\Field(name: 'casualties', complexity: 'childrenComplexity * 5')]

0 commit comments

Comments
 (0)