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