Passed
Pull Request — master (#11)
by Tim
01:18
created
www/utility/urlUtils.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
         }
31 31
         if (!ctype_alnum($legalUrl[0])) {
32 32
             // Probably a regex. Suppress errors incase the format is invalid
33
-            $result =  @preg_match($legalUrl, $service);
33
+            $result = @preg_match($legalUrl, $service);
34 34
             if ($result === 1) {
35 35
                 return true;
36 36
             } elseif ($result === false) {
Please login to merge, or discard this patch.