Passed
Branch master (f6fb4d)
by Nicolas
07:17
created
src/ValueObjects/SelfValidatedUuid.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
 
14 14
     public function __construct(?string $uuid = null)
15 15
     {
16
-        if($uuid === null)
16
+        if ($uuid === null)
17 17
         {
18 18
             $uuid = (string) \Ramsey\Uuid\Uuid::uuid4();
19 19
         }
Please login to merge, or discard this patch.