@@ -124,7 +124,7 @@ |
||
124 | 124 | $values = [$street, $city, $region, $postalCode, $country]; |
125 | 125 | $nonEmptyValues = []; |
126 | 126 | foreach ($values as $value) { |
127 | - if($value !== ''){ |
|
127 | + if ($value !== '') { |
|
128 | 128 | $nonEmptyValues[] = $value; |
129 | 129 | } |
130 | 130 | } |
@@ -174,7 +174,7 @@ |
||
174 | 174 | $values = [$street, $municipality, $state, $postalCode, $country]; |
175 | 175 | $nonEmptyValues = []; |
176 | 176 | foreach ($values as $value) { |
177 | - if($value !== ''){ |
|
177 | + if ($value !== '') { |
|
178 | 178 | $nonEmptyValues[] = $value; |
179 | 179 | } |
180 | 180 | } |
@@ -185,7 +185,7 @@ |
||
185 | 185 | $values = [$street, $city, $state, $postalCode, $country]; |
186 | 186 | $nonEmptyValues = []; |
187 | 187 | foreach ($values as $value) { |
188 | - if($value !== ''){ |
|
188 | + if ($value !== '') { |
|
189 | 189 | $nonEmptyValues[] = $value; |
190 | 190 | } |
191 | 191 | } |