Passed
Push — master ( 91fe13...12bba4 )
by Shahrad
10:04
created
src/lib/Util/Utils.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -87,7 +87,7 @@
 block discarded – undo
87 87
      */
88 88
     public static function insensitiveString(string $string, string $value): bool
89 89
     {
90
-        return (bool)preg_match_all('/' . $value . '/i', $string);
90
+        return (bool) preg_match_all('/' . $value . '/i', $string);
91 91
     }
92 92
 
93 93
 }
94 94
\ No newline at end of file
Please login to merge, or discard this patch.