Completed
Pull Request — master (#123)
by
unknown
01:32
created
src/Bridge/ApiPlatform/Core/JsonSchema/Type/ElaoEnumType.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
42 42
             'example' => $values[0],
43 43
         ];
44 44
 
45
-        if ($type->isCollection()){
45
+        if ($type->isCollection()) {
46 46
             $schema['type'] = 'array';
47 47
             $schema['items'] = $enumSchema;
48 48
         } else {
Please login to merge, or discard this patch.