Completed
Push — master ( e5b923...79443c )
by Adam
04:06
created
Bootstrap.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@
 block discarded – undo
54 54
 			$container = require_once $bootstrapFile;
55 55
 			if ($container === 1 || $container === TRUE) { // 1 = success, TRUE = already required
56 56
 				$container = NULL;
57
-			}elseif (!($container instanceof Container)) {
57
+			} elseif (!($container instanceof Container)) {
58 58
 				$this->log("Returned value from bootstrap.php must be instance of 'Genesis\\Container\\Container' or nothing (NULL).", 'red');
59 59
 				exit(255);
60 60
 			}
Please login to merge, or discard this patch.