@@ -8,7 +8,7 @@ |
||
| 8 | 8 | |
| 9 | 9 | class UuidNormalizer implements NormalizerInterface, DenormalizerInterface |
| 10 | 10 | { |
| 11 | - public function denormalize($data, $type, $format = null, array $context = []) |
|
| 11 | + public function denormalize($data, $type, $format = null, array $context = [ ]) |
|
| 12 | 12 | { |
| 13 | 13 | return Uuid::fromString($data); |
| 14 | 14 | } |
@@ -35,6 +35,6 @@ |
||
| 35 | 35 | */ |
| 36 | 36 | public function getDynamicSchemaLogic(): array |
| 37 | 37 | { |
| 38 | - return []; |
|
| 38 | + return [ ]; |
|
| 39 | 39 | } |
| 40 | 40 | } |