@@ -10,7 +10,7 @@ |
||
10 | 10 | */ |
11 | 11 | $dot = dirname(__FILE__); |
12 | 12 | |
13 | -if (!file_exists($composer = dirname($dot).'/vendor/autoload.php')) { |
|
13 | +if ( ! file_exists($composer = dirname($dot).'/vendor/autoload.php')) { |
|
14 | 14 | throw new RuntimeException("Please run 'composer install' first to set up autoloading. $composer"); |
15 | 15 | } |
16 | 16 | /** @var \Composer\Autoload\ClassLoader $autoloader */ |