@@ -16,7 +16,7 @@ |
||
| 16 | 16 | ? __DIR__ . '/../vendor/autoload.php' |
| 17 | 17 | : __DIR__ . '/../../../autoload.php'; |
| 18 | 18 | |
| 19 | -if (! $included) { |
|
| 19 | +if (!$included) { |
|
| 20 | 20 | echo 'You must set up the project dependencies, run the following commands:' . PHP_EOL |
| 21 | 21 | . 'curl -sS https://getcomposer.org/installer | php' . PHP_EOL |
| 22 | 22 | . 'php composer.phar install' . PHP_EOL; |