@@ -99,7 +99,7 @@ |
||
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 | } |