@@ -97,7 +97,7 @@ |
||
97 | 97 | $config = new Config(); |
98 | 98 | |
99 | 99 | array_map( |
100 | - static function ($line) use ($config) { |
|
100 | + static function($line) use ($config) { |
|
101 | 101 | if (preg_match('/^(\S+)( (.*))?/', $line, $matches)) { |
102 | 102 | $config->set($matches[1], $matches[3] ?? true); |
103 | 103 | } |