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; }