Completed
Push — master ( d8f534...f2d604 )
by Hugues
07:24
created
src/Persistence/PersistentMessageCapabilities.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.