Passed
Push — 12.2.x ( b01f09...547718 )
by Tom
02:24
created
src/Config.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -99,7 +99,7 @@
 block discarded – undo
99 99
         $mergedConfig = array_merge($default, $config);
100 100
 
101 101
         foreach ($mergedConfig as $field => $value) {
102
-            if (! property_exists($this, $field)) {
102
+            if (!property_exists($this, $field)) {
103 103
                 throw new InvalidArgumentException('Invalid configuration setting: ' . $field);
104 104
             }
105 105
         }
Please login to merge, or discard this patch.