@@ -183,7 +183,7 @@ |
||
183 | 183 | $data['destination'.$i] = str_replace(' ', '', $this->destinations[$i]); |
184 | 184 | } |
185 | 185 | |
186 | - $data = array_filter($data, static function ($value) { |
|
186 | + $data = array_filter($data, static function($value) { |
|
187 | 187 | return null !== $value; |
188 | 188 | }); |
189 | 189 |