@@ -63,7 +63,7 @@ |
||
| 63 | 63 | |
| 64 | 64 | protected function setFormattedAddress() : void |
| 65 | 65 | { |
| 66 | - $notNull = array_filter([$this->city, $this->region, $this->country], function ($element) { |
|
| 66 | + $notNull = array_filter([$this->city, $this->region, $this->country], function($element) { |
|
| 67 | 67 | return $element !== null; |
| 68 | 68 | }); |
| 69 | 69 | |