phonetworks/pho-compiler

View on GitHub
src/Pho/Compiler/Prototypes/EntityPrototype.php

Summary

Maintainability
A
50 mins
Test Coverage

Method addField has 7 arguments (exceeds 4 allowed). Consider refactoring.
Open

    public function addField(string $name, string $type, bool $is_nullable, bool $is_list, bool $is_native, array $constraints, array $directives): void
Severity: Major
Found in src/Pho/Compiler/Prototypes/EntityPrototype.php - About 50 mins to fix

    There are no issues that match your filters.

    Category
    Status