Fixing some more PHPCS/PHPMD errors

This commit is contained in:
Dan Cryer 2013-10-10 01:12:30 +01:00
commit 16003ff01b
9 changed files with 22 additions and 16 deletions

View file

@ -24,4 +24,4 @@ if (!defined('ENABLE_SHELL_PLUGIN')) {
// If this is not already defined, we're not running in the console:
if (!defined('PHPCI_IS_CONSOLE')) {
define('PHPCI_IS_CONSOLE', false);
}
}