Passed
Push — main ( 65d634...249587 )
by Thierry
19:37 queued 17:18
created
src/Admin/Admin.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -145,8 +145,7 @@
 block discarded – undo
145 145
         }
146 146
         if ($this->isMail($value)) {
147 147
             return '<a href="' . $this->utils->html("mailto:$value") . '">' . $value . '</a>';
148
-        }
149
-        elseif ($this->isUrl($value)) {
148
+        } elseif ($this->isUrl($value)) {
150 149
             // IE 11 and all modern browsers hide referrer
151 150
             return '<a href="' . $this->utils->html($value) . '"' . $this->blankTarget() . '>' . $value . '</a>';
152 151
         }
Please login to merge, or discard this patch.