Passed
Push — master ( 3d849e...cbcce5 )
by
unknown
01:06 queued 12s
created
src/Geography/Address/ByCountry/Us/ZipCode.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
         $characters = StringUtils::countCharacters($changedValue);
20 20
 
21 21
         if ($characters == 4) {
22
-            $value = '0' . $value;
22
+            $value = '0'.$value;
23 23
             $characters++;
24 24
         }
25 25
 
Please login to merge, or discard this patch.