Dhii/data-container-base

View on GitHub
src/Exception/ContainerException.php

Summary

Maintainability
A
0 mins
Test Coverage

Showing 1 of 1 total issue

The method _initParent is not named in camelCase.
Open

protected function _initParent($message = '', $code = 0, RootException $previous = null)
{
parent::__construct($message, $code, $previous);
}
Severity: Minor
Found in src/Exception/ContainerException.php by phpmd
Category
Status