Test Failed
Push — main ( 944d82...96508e )
by Pieter
03:18
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.
src/UuidPlugin.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,6 +35,6 @@
 block discarded – undo
35 35
      */
36 36
     public function getDynamicSchemaLogic(): array
37 37
     {
38
-        return [];
38
+        return [ ];
39 39
     }
40 40
 }
Please login to merge, or discard this patch.