Skip to content

Commit e80cda6

Browse files
authored
CS
1 parent 9e4fe29 commit e80cda6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Transformer/ArgumentsTransformerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public static function getTypes(): array
6565
'field8' => ['type' => Type::string(), 'defaultValue' => 'default_value_when_not_set_in_data'],
6666
'field9' => [
6767
'type' => Type::nonNull(Type::string()),
68-
'defaultValue' => 'default_value_when_not_set_in_data'
68+
'defaultValue' => 'default_value_when_not_set_in_data',
6969
],
7070
],
7171
]);

0 commit comments

Comments
 (0)