Completed
Push — master ( b1dd66...3d1870 )
by Beñat
04:18 queued 01:05
created
src/LIN3S/SharedKernel/Domain/Model/Identity/Id.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,6 +43,6 @@
 block discarded – undo
43 43
 
44 44
     public function __toString()
45 45
     {
46
-        return (string)$this->id;
46
+        return (string) $this->id;
47 47
     }
48 48
 }
Please login to merge, or discard this patch.