@@ -1,7 +1,7 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -call_user_func(function () { |
|
4 | - if (! is_file($autoloadFile = __DIR__.'/../vendor/autoload.php')) { |
|
3 | +call_user_func(function() { |
|
4 | + if (!is_file($autoloadFile = __DIR__ . '/../vendor/autoload.php')) { |
|
5 | 5 | throw new \LogicException('Could not find vendor/autoload.php. Did you forget to run "composer install --dev"?'); |
6 | 6 | } |
7 | 7 |