Fixes + code style fixes
This commit is contained in:
parent
9d3104fcac
commit
e9b5de8ea9
108 changed files with 589 additions and 2104 deletions
|
|
@ -79,10 +79,6 @@ class Shell implements \PHPCI\Plugin
|
|||
*/
|
||||
public function execute()
|
||||
{
|
||||
if (!defined('ENABLE_SHELL_PLUGIN') || !ENABLE_SHELL_PLUGIN) {
|
||||
throw new \Exception(Lang::get('shell_not_enabled'));
|
||||
}
|
||||
|
||||
$success = true;
|
||||
|
||||
foreach ($this->commands as $command) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue