src/CommandInvokerAwareTrait.php
Showing 0 of 5 total issues
Avoid using short method names like CommandInvokerAwareTrait::__(). The configured minimum method name length is 3. Invalid
Invalid
abstract protected function __($string, $args = [], $context = null);
- Read upRead up
- Exclude checks
The method _setCommandInvoker is not named in camelCase. Invalid
Invalid
protected function _setCommandInvoker($invoker) { if ($invoker !== null && !($invoker instanceof CommandInvokerInterface)) { throw $this->_createInvalidArgumentException($this->__('Invalid command invoker'), null, null, $invoker); }
- Read upRead up
- Exclude checks
The method _getCommandInvoker is not named in camelCase. Invalid
Invalid
protected function _getCommandInvoker() { return $this->commandInvoker; }
- Read upRead up
- Exclude checks
The method _createInvalidArgumentException is not named in camelCase. Invalid
Invalid
abstract protected function _createInvalidArgumentException( $message = null, $code = null, RootException $previous = null, $argument = null
- Read upRead up
- Exclude checks
The method __ is not named in camelCase. Invalid
Invalid
abstract protected function __($string, $args = [], $context = null);
- Read upRead up
- Exclude checks