src/CreateInternalExceptionCapableTrait.php
Showing 0 of 1 total issue
The method _createInternalException is not named in camelCase. Invalid
Invalid
protected function _createInternalException($message = null, $code = null, RootException $previous = null) { return new InternalException($message, $code, $previous); }
- Read upRead up
- Exclude checks