Codeception fixes

This commit is contained in:
Dmitry Khomutov 2017-01-21 11:18:31 +07:00
commit ff74b2f0c5
No known key found for this signature in database
GPG key ID: 7EB36C9576F9ECB9
3 changed files with 21 additions and 8 deletions

View file

@ -43,8 +43,10 @@ class Executor
/**
* Execute a the appropriate set of plugins for a given build stage.
* @param array $config PHPCI configuration
*
* @param array $config PHPCI configuration
* @param string $stage
*
* @return bool
*/
public function executePlugins(&$config, $stage)