Test Failed
Push — master ( 4bdf7b...97fe68 )
by Kirill
02:15
created
src/Definition/Behaviour/HasName.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
     public function getName(): string
28 28
     {
29 29
         if ($this->name === null) {
30
-            return \spl_object_hash($this) . '@anonymous';
30
+            return \spl_object_hash($this).'@anonymous';
31 31
         }
32 32
 
33 33
         return $this->name;
Please login to merge, or discard this patch.