We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e4fe29 commit e80cda6Copy full SHA for e80cda6
tests/Transformer/ArgumentsTransformerTest.php
@@ -65,7 +65,7 @@ public static function getTypes(): array
65
'field8' => ['type' => Type::string(), 'defaultValue' => 'default_value_when_not_set_in_data'],
66
'field9' => [
67
'type' => Type::nonNull(Type::string()),
68
- 'defaultValue' => 'default_value_when_not_set_in_data'
+ 'defaultValue' => 'default_value_when_not_set_in_data',
69
],
70
71
]);
0 commit comments