Passed
Push — main ( 3e7f40...759879 )
by Thierry
02:03
created
src/Db/Util.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -858,8 +858,7 @@
 block discarded – undo
858 858
         if ($link === '') {
859 859
             if ($this->isMail($value)) {
860 860
                 $link = "mailto:$value";
861
-            }
862
-            elseif ($this->isUrl($value)) {
861
+            } elseif ($this->isUrl($value)) {
863 862
                 $link = $value; // IE 11 and all modern browsers hide referrer
864 863
             }
865 864
         }
Please login to merge, or discard this patch.