Completed
Push — master ( 8e53c4...ab4e8b )
by Vasil
02:22
created
src/Parser.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@  discard block
 block discarded – undo
38 38
     /**
39 39
      * Regular expression pattern for Unit code
40 40
      */
41
-    const UNIT =  "/[A-Za-z]{2}$/i";
41
+    const UNIT = "/[A-Za-z]{2}$/i";
42 42
 
43 43
 
44 44
     /**
@@ -66,7 +66,7 @@  discard block
 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.