@@ -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 | } |