Test Setup Failed
Branch main (c3ec79)
by Pieter
03:10
created
Category
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.