Completed
Push — master ( 0214c5...e61235 )
by Alessandro
05:24
created
config/pre-commit.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.