src/CreateNotFoundExceptionCapableTrait.php
Showing 1 of 2 total issues
Method _createNotFoundException
has 5 arguments (exceeds 4 allowed). Consider refactoring. Invalid
Invalid
$message = null, $code = null, RootException $previous = null, BaseContainerInterface $container = null, $dataKey = null
The method _createNotFoundException is not named in camelCase. Open
Open
protected function _createNotFoundException( $message = null, $code = null, RootException $previous = null, BaseContainerInterface $container = null,
- Read upRead up
- Exclude checks