propelorm/Propel2

View on GitHub
src/Propel/Generator/Config/QuickGeneratorConfig.php

Summary

Maintainability
A
1 hr
Test Coverage

Method __construct has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function __construct(?array $extraConf = [])
    {
        if ($extraConf === null) {
            $extraConf = [];
        }
Severity: Minor
Found in src/Propel/Generator/Config/QuickGeneratorConfig.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status