Passed
Branch master (f6fb4d)
by Nicolas
07:17
created
src/ValueObjects/SelfValidatedUuid.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -16,8 +16,7 @@
 block discarded – undo
16 16
         if($uuid === null)
17 17
         {
18 18
             $uuid = (string) \Ramsey\Uuid\Uuid::uuid4();
19
-        }
20
-        else
19
+        } else
21 20
         {
22 21
             $this->validateUuid($uuid);
23 22
         }
Please login to merge, or discard this patch.