Completed
Pull Request — master (#1815)
by
unknown
07:13
created
web/TelephoneLink.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@
 block discarded – undo
59 59
      */
60 60
     public function getHref()
61 61
     {
62
-        return empty($this->getTelephone()) ?: 'tel:' . $this->getTelephone();
62
+        return empty($this->getTelephone()) ?: 'tel:'.$this->getTelephone();
63 63
     }
64 64
 
65 65
     /**
Please login to merge, or discard this patch.