@@ -87,7 +87,7 @@ |
||
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 |