Passed
Pull Request — 12.2.x (#146)
by Tom
13:07
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.