Completed
Push — master ( 6df80b...bb98fa )
by Beñat
02:09
created
src/LIN3S/SharedKernel/Domain/Model/Phone.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
 
36 36
     public function __toString()
37 37
     {
38
-        return (string)$this->phone;
38
+        return (string) $this->phone;
39 39
     }
40 40
 
41 41
     private function setPhone($phone)
Please login to merge, or discard this patch.