Passed
Push — master ( fc5ab8...04a136 )
by
unknown
02:20
created
src/Geography/Address/Street.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -98,7 +98,7 @@
 block discarded – undo
98 98
     {
99 99
         $firstPart = sprintf('%s %s', $this->getNumber(), $this->getName());
100 100
         if ($this->getOtherIdentifiers() && $this->getOtherIdentifiers() !== '') {
101
-            return $firstPart . ', ' . $this->getOtherIdentifiers();
101
+            return $firstPart.', '.$this->getOtherIdentifiers();
102 102
         }
103 103
 
104 104
         return $firstPart;
Please login to merge, or discard this patch.