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