@@ -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 | } |