Skip to content

Commit 49ab45f

Browse files
IceShackJeremiah VALERIE
authored andcommitted
Added missing trailing comma
1 parent c456b74 commit 49ab45f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Config/Parser/AnnotationParserTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ public function testTypes(): void
159159
'fields' => [
160160
'name' => ['type' => 'String!', 'description' => 'The name of the animal'],
161161
'lives' => ['type' => 'Int!'],
162-
]
162+
],
163163
]);
164164
}
165165

0 commit comments

Comments
 (0)