mheinzerling/php-entity

View on GitHub
src/config/Config.php

Summary

Maintainability
A
1 hr
Test Coverage

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

    public function toModelPHPFile(): string
    {
        //TODO 4 new properties
        $classWriter = (new ClassWriter($this->modelClass->simple()))->namespace($this->modelClass->getNamespace());

Severity: Minor
Found in src/config/Config.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status