rostenkowski/doctrine

View on GitHub
src/Doctrine/Extension.php

Summary

Maintainability
A
3 hrs
Test Coverage

Method loadConfiguration has 43 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function loadConfiguration()
    {
        $builder = $this->getContainerBuilder();

        $this->config = $config = Helpers::expand($this->validateConfig($this->defaults), $builder->parameters);
Severity: Minor
Found in src/Doctrine/Extension.php - About 1 hr to fix

    Method beforeCompile has 34 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        public function beforeCompile()
        {
            $config = $this->getConfig();
            $builder = $this->getContainerBuilder();
    
    
    Severity: Minor
    Found in src/Doctrine/Extension.php - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status