Passed
Push — main ( 1a0bc1...893379 )
by Thierry
01:55
created
src/Db/Util.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -168,8 +168,7 @@
 block discarded – undo
168 168
         }
169 169
         if ($this->isMail($value)) {
170 170
             return '<a href="' . $this->html("mailto:$value") . '">' . $value . '</a>';
171
-        }
172
-        elseif ($this->isUrl($value)) {
171
+        } elseif ($this->isUrl($value)) {
173 172
             // IE 11 and all modern browsers hide referrer
174 173
             return '<a href="' . $this->html($value) . '"' . $this->blankTarget() . '>' . $value . '</a>';
175 174
         }
Please login to merge, or discard this patch.