src/InitBaseExceptionCapableTrait.php
Showing 0 of 4 total issues
The method _initParent is not named in camelCase. Invalid
Invalid
abstract protected function _initParent($message = '', $code = 0, RootException $previous = null);
- Read upRead up
- Exclude checks
The method _normalizeString is not named in camelCase. Invalid
Invalid
abstract protected function _normalizeString($subject);
- Read upRead up
- Exclude checks
The method _normalizeInt is not named in camelCase. Invalid
Invalid
abstract protected function _normalizeInt($value);
- Read upRead up
- Exclude checks
The method _initBaseException is not named in camelCase. Invalid
Invalid
public function _initBaseException($message = null, $code = null, RootException $previous = null) { $message = is_null($message) ? '' : $this->_normalizeString($message);
- Read upRead up
- Exclude checks