src/Structures/FnContainer.php

Summary

Maintainability
A
1 hr
Test Coverage
A
100%

Method build has 42 lines of code (exceeds 40 allowed). Consider refactoring.
Open

    public static function build(
        array $entryNode,
        string $definitionName,
        ModuleValue $definitionModule,
        ?array $defParams = \null,
Severity: Minor
Found in src/Structures/FnContainer.php - About 1 hr to fix

    Method build has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

            array $entryNode,
            string $definitionName,
            ModuleValue $definitionModule,
            ?array $defParams = \null,
            ?Scope $defScope = \null
    Severity: Minor
    Found in src/Structures/FnContainer.php - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status