Passed
Push — master ( 699a02...c753a9 )
by Nícollas
01:12
created
Source/Root/Functions.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
         $text = iconv('utf-8', 'us-ascii//TRANSLIT', $text);
28 28
         $text = preg_replace('~[^-\w]+~', '', trim($text, '-'));
29 29
         $text = preg_replace('~-+~', '-', strtolower($text));
30
-        if(empty($text)) { return null; }
30
+        if (empty($text)) { return null; }
31 31
         return $text;
32 32
     }
33 33
 
Please login to merge, or discard this patch.