src/Doctrine/Extension.php
Showing 2 of 2 total issues
Method loadConfiguration
has 43 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function loadConfiguration() { $builder = $this->getContainerBuilder(); $this->config = $config = Helpers::expand($this->validateConfig($this->defaults), $builder->parameters);
Method beforeCompile
has 34 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function beforeCompile() { $config = $this->getConfig(); $builder = $this->getContainerBuilder();