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