pug-php/js-phpize

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

Summary

Maintainability
A
0 mins
Test Coverage
A
100%

Assigning ?string to property but \JsPhpize\Nodes\Variable->name is string
Open

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

Cannot modify read-only magic property \JsPhpize\Nodes\Variable->scope defined at /code/src/JsPhpize/Nodes/Variable.php:9
Open

        $this->scope = $block;
Severity: Minor
Found in src/JsPhpize/Nodes/Variable.php by phan

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

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

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

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

There are no issues that match your filters.

Category
Status