Test Failed
Push — master ( 1ff1d8...4bdf7b )
by Kirill
03:34
created
src/Invocation/InputInvocation.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@
 block discarded – undo
39 39
      */
40 40
     public function getName(): string
41 41
     {
42
-        return (string)($this->name ?? ':anonymous');
42
+        return (string) ($this->name ?? ':anonymous');
43 43
     }
44 44
 
45 45
     /**
Please login to merge, or discard this patch.