Passed
Push — master ( a5d0ff...52d389 )
by Nicolas
01:56
created
src/ValueObjects/SelfValidatedUuid.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@
 block discarded – undo
49 49
             new \Symfony\Component\Validator\Constraints\Uuid()
50 50
         );
51 51
 
52
-        if (count($errors) > 0)
52
+        if(count($errors) > 0)
53 53
         {
54 54
             throw new Exceptions\InvalidUuid($string);
55 55
         }
Please login to merge, or discard this patch.