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