Completed
Push — master ( 46fe80...f59ca9 )
by Vasil
05:09
created
src/Parser.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@
 block discarded – undo
66 66
      */
67 67
     public function __construct(PostcodeInterface $postcode)
68 68
     {
69
-        $this->postcode = (string)$postcode;
69
+        $this->postcode = (string) $postcode;
70 70
     }
71 71
 
72 72
     /**
Please login to merge, or discard this patch.