From ec47a93e23f92495d27d74fd9c48ea63bec1c819 Mon Sep 17 00:00:00 2001 From: Gabriel Baker Date: Tue, 14 May 2013 10:54:09 +0100 Subject: [PATCH] tweak --- PHPCI/Builder.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/PHPCI/Builder.php b/PHPCI/Builder.php index 4a85d0fd..5ac7a9b0 100644 --- a/PHPCI/Builder.php +++ b/PHPCI/Builder.php @@ -193,7 +193,8 @@ class Builder protected function executePlugins($stage) { - if ( !array_key_exists($stage, $this->config) || !is_array($this->config[$stage]) ) { + if ( !array_key_exists($stage, $this->config) || !is_array($this->config[$stage]) ) + { return; }