@@ -16,8 +16,7 @@ |
||
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 | } |