@@ -9,13 +9,13 @@ |
||
9 | 9 | /** |
10 | 10 | * autoload |
11 | 11 | */ |
12 | -spl_autoload_register(function ($class) { |
|
12 | +spl_autoload_register(function($class) { |
|
13 | 13 | include 'app/' . $class . '.php'; |
14 | 14 | }); |
15 | 15 | |
16 | 16 | define('ROOT_DIR', realpath(__DIR__)); |
17 | 17 | |
18 | -$defaults_normalized = flat_array_with_prefix($defaults); |
|
18 | +$defaults_normalized = flat_array_with_prefix($defaults); |
|
19 | 19 | |
20 | 20 | $config = new Config($argv, $defaults_normalized); |
21 | 21 | $terminal = new Terminal(); |