@@ -92,7 +92,7 @@ |
||
92 | 92 | protected function matchIgnoreRules($string) { |
93 | 93 | $match = $this->matchRules($this->ignoreRules, $string); |
94 | 94 | |
95 | - return !! $match; |
|
95 | + return ! ! $match; |
|
96 | 96 | } |
97 | 97 | |
98 | 98 | private function matchRules(array $rules, $string) { |