Dhii/data-container-base

View on GitHub
src/CreateNotFoundExceptionCapableTrait.php

Summary

Maintainability
A
0 mins
Test Coverage

Showing 1 of 2 total issues

Method _createNotFoundException has 5 arguments (exceeds 4 allowed). Consider refactoring.
Invalid

$message = null,
$code = null,
RootException $previous = null,
BaseContainerInterface $container = null,
$dataKey = null
Severity: Minor
Found in src/CreateNotFoundExceptionCapableTrait.php - About 35 mins to fix

    The method _createNotFoundException is not named in camelCase.
    Open

    protected function _createNotFoundException(
    $message = null,
    $code = null,
    RootException $previous = null,
    BaseContainerInterface $container = null,
    Category
    Status