src/Exception/ContainerException.php
Showing 1 of 1 total issue
The method _initParent is not named in camelCase. Open
Open
protected function _initParent($message = '', $code = 0, RootException $previous = null) { parent::__construct($message, $code, $previous); }
- Read upRead up
- Exclude checks