Completed
Branch master (9ceab7)
by Dan
13:15
created
Category
Tests/bootstrap.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,7 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.