Passed
Pull Request — master (#15)
by Robin
03:56
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.