Passed
Push — master ( 8a2170...665731 )
by Thalles
04:28 queued 54s
created
src/Frete.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -129,7 +129,7 @@
 block discarded – undo
129 129
      */
130 130
     private function setZipcode(array $zipcode): void
131 131
     {
132
-        $this->zipcode = array_map(function ($zip) {
132
+        $this->zipcode = array_map(function($zip) {
133 133
             return preg_replace("/[^0-9]/", "", $zip);
134 134
         }, $zipcode);
135 135
     }
Please login to merge, or discard this patch.