Passed
Push — master ( d8f739...ee1b4e )
by
unknown
01:08 queued 10s
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()) {
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.