Completed
Branch develop (ff0d26)
by Edward
03:17
created
tests/bootstrap.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
14 14
  * @subPackage Tests
15 15
  */
16 16
 call_user_func(function() {
17
-    if ( ! is_file($autoloadFile = realpath(dirname(__FILE__).'/../vendor/autoload.php'))) {
17
+    if (!is_file($autoloadFile = realpath(dirname(__FILE__) . '/../vendor/autoload.php'))) {
18 18
         throw new \RuntimeException('Did not find vendor/autoload.php. Did you run "composer install --dev"?');
19 19
     }
20 20
 
Please login to merge, or discard this patch.