pug-php/js-phpize

View on GitHub
src/JsPhpize/Nodes/FunctionCall.php

Summary

Maintainability
A
0 mins
Test Coverage
A
100%

Cannot modify read-only magic property \JsPhpize\Nodes\FunctionCall->function defined at /code/src/JsPhpize/Nodes/FunctionCall.php:10
Open

        $this->function = $function;
Severity: Minor
Found in src/JsPhpize/Nodes/FunctionCall.php by phan

Cannot modify read-only magic property \JsPhpize\Nodes\FunctionCall->applicant defined at /code/src/JsPhpize/Nodes/FunctionCall.php:12
Open

        $this->applicant = $applicant;
Severity: Minor
Found in src/JsPhpize/Nodes/FunctionCall.php by phan

Cannot modify read-only magic property \JsPhpize\Nodes\FunctionCall->children defined at /code/src/JsPhpize/Nodes/DynamicValue.php:8
Open

        $this->children = $children;
Severity: Minor
Found in src/JsPhpize/Nodes/FunctionCall.php by phan

Cannot modify read-only magic property \JsPhpize\Nodes\FunctionCall->arguments defined at /code/src/JsPhpize/Nodes/FunctionCall.php:11
Open

        $this->arguments = $arguments;
Severity: Minor
Found in src/JsPhpize/Nodes/FunctionCall.php by phan

There are no issues that match your filters.

Category
Status