Renderer/Partial/RendererOptionsTrait.php
Showing 2 of 2 total issues
Method getDefaultOptions
has 28 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
protected function getDefaultOptions($options) { return [ 'debug' => true, 'exit_on_error' => true,
Method enableModules
has 27 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private function enableModules() { /* @var ModuleContainerInterface $this */ $this->addModules($this->getOption('modules'));