Passed
Push — master ( 347298...a2b225 )
by Travis
04:14
created
src/AbstractResourceRuleSet.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@
 block discarded – undo
52 52
 
53 53
     protected function guardAgainstInvalidField(string $field, array $rules)
54 54
     {
55
-        if (! array_key_exists($field, $rules)) {
55
+        if (!array_key_exists($field, $rules)) {
56 56
             throw new OutOfBoundsException("invalid field, '{$field}'");
57 57
         }
58 58
     }
Please login to merge, or discard this patch.