@@ -42,7 +42,7 @@ |
||
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 { |