Test Setup Failed
Push — master ( b6867c...e82b6f )
by Chauncey
01:54
created
src/Charcoal/Source/Database/DatabaseFilter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -81,7 +81,7 @@
 block discarded – undo
81 81
      */
82 82
     public function isNegating()
83 83
     {
84
-        return in_array($this->operator(), [ '!', 'NOT' ]);
84
+        return in_array($this->operator(), ['!', 'NOT']);
85 85
     }
86 86
 
87 87
     /**
Please login to merge, or discard this patch.