Completed
Push — SF4 ( cd5d6f...bca89b )
by Laurent
04:26
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.