Passed
Push — master ( 4b3787...c4bd95 )
by Misha
55s queued 12s
created
src/CommunibaseId.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@
 block discarded – undo
56 56
 
57 57
     public function __toString(): string
58 58
     {
59
-        return (string) $this->id;
59
+        return (string)$this->id;
60 60
     }
61 61
 
62 62
     public function toString(): string
Please login to merge, or discard this patch.