@@ -1,7 +1,7 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Autoload without composer. |
|
4 | - */ |
|
3 | + * Autoload without composer. |
|
4 | + */ |
|
5 | 5 | $srcRoot = dirname(__FILE__); |
6 | 6 | spl_autoload_register(function ($path) use ($srcRoot) { |
7 | 7 | $root = rtrim($srcRoot, '/') . '/'; |