@@ -25,7 +25,7 @@ |
||
25 | 25 | public function getId(): Identity |
26 | 26 | { |
27 | 27 | if (null === $this->id) { |
28 | - throw new PersistentMessageWithoutIdentityException(get_class($this).'::$id has not been initialized'); |
|
28 | + throw new PersistentMessageWithoutIdentityException(get_class($this) . '::$id has not been initialized'); |
|
29 | 29 | } |
30 | 30 | |
31 | 31 | return $this->id; |