src/Structures/FnContainer.php
Method build
has 42 lines of code (exceeds 40 allowed). Consider refactoring. Open
Open
public static function build(
array $entryNode,
string $definitionName,
ModuleValue $definitionModule,
?array $defParams = \null,
Method build
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
array $entryNode,
string $definitionName,
ModuleValue $definitionModule,
?array $defParams = \null,
?Scope $defScope = \null