Passed
Push — main ( a7def3...4b9281 )
by Pieter
04:03
created
src/Normalizers/UuidNormalizer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
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
     }
Please login to merge, or discard this patch.