Passed
Push — master ( 2db21b...52a038 )
by Robbie
02:05
created
tests/bootstrap.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@
 block discarded – undo
11 11
 
12 12
 define('CONSOLE_BASE_DIR', realpath(__DIR__ . '/..'));
13 13
 
14
-foreach([CONSOLE_BASE_DIR, realpath(CONSOLE_BASE_DIR . '/../..')] as $vendorPath) {
14
+foreach ([CONSOLE_BASE_DIR, realpath(CONSOLE_BASE_DIR . '/../..')] as $vendorPath) {
15 15
     if (file_exists($vendorPath . '/autoload.php')) {
16 16
         require_once $vendorPath . '/autoload.php';
17 17
         require_once $vendorPath . '/silverstripe/framework/tests/bootstrap.php';
Please login to merge, or discard this patch.