Completed
Push — master ( c17fa0...d8f739 )
by Tobias
02:27 queued 10s
created
src/Geography/Address/Physical/MessyPhysicalAddress.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.