@@ -7,7 +7,7 @@ |
||
7 | 7 | } |
8 | 8 | } |
9 | 9 | |
10 | -if ((!$loader = includeIfExists(__DIR__.'/../vendor/autoload.php')) && (!$loader = includeIfExists(__DIR__.'/../../../../../autoload.php'))) { |
|
10 | +if (( ! $loader = includeIfExists(__DIR__.'/../vendor/autoload.php')) && ( ! $loader = includeIfExists(__DIR__.'/../../../../../autoload.php'))) { |
|
11 | 11 | die('You must set up the project dependencies, run the following commands:'.PHP_EOL. |
12 | 12 | 'curl -s http://getcomposer.org/installer | php'.PHP_EOL. |
13 | 13 | 'php composer.phar install'.PHP_EOL); |