Skip to content

Commit 4679b3a

Browse files
committed
Added missing trailing comma
1 parent 065b08b commit 4679b3a

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
@@ -161,7 +161,7 @@ public function testTypes(): void
161161
'fields' => [
162162
'name' => ['type' => 'String!', 'description' => 'The name of the animal'],
163163
'lives' => ['type' => 'Int!'],
164-
]
164+
],
165165
]);
166166
}
167167

0 commit comments

Comments
 (0)