Passed
Push — master ( e3f016...cc2dc1 )
by Travis
11:36
created
src/AbstractResourceRuleSet.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
 
47 47
     protected function guardAgainstInvalidKey(string $key, array $rules)
48 48
     {
49
-        if (! array_key_exists($key, $rules)) {
49
+        if (!array_key_exists($key, $rules)) {
50 50
             throw new OutOfBoundsException("invalid key, '{$key}'");
51 51
         }
52 52
     }
Please login to merge, or discard this patch.