src/Exception/TemplateRenderException.php
Showing 0 of 1 total issue
Method __construct
has 5 arguments (exceeds 4 allowed). Consider refactoring. Invalid
Invalid
public function __construct($message = null, $code = null, RootException $previous = null, TemplateInterface $renderer = null, $context = null)