Completed
Push — master ( 875f3b...e0d798 )
by Maxim
05:08
created
src/Weew/Config/EnvironmentDetector.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -92,7 +92,7 @@
 block discarded – undo
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) {
Please login to merge, or discard this patch.