Completed
Push — SF4 ( bca89b...2b89f1 )
by Laurent
02:04
created
src/Entity/Contact.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -319,6 +319,6 @@
 block discarded – undo
319 319
      */
320 320
     public function getCompleteAddress()
321 321
     {
322
-        return $this->address . '<br>' . $this->zipcode . ' ' . $this->town;
322
+        return $this->address.'<br>'.$this->zipcode.' '.$this->town;
323 323
     }
324 324
 }
Please login to merge, or discard this patch.