pug-php/js-phpize

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

Summary

Maintainability
A
0 mins
Test Coverage
A
100%

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

                $this->inInstruction = true;
Severity: Minor
Found in src/JsPhpize/Nodes/Block.php by phan

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

        $this->instructions = [];
Severity: Minor
Found in src/JsPhpize/Nodes/Block.php by phan

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

        $this->inInstruction = false;
Severity: Minor
Found in src/JsPhpize/Nodes/Block.php by phan

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

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

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

        $this->multipleInstructions = true;
Severity: Minor
Found in src/JsPhpize/Nodes/Block.php by phan

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

        $this->inInstruction = false;
Severity: Minor
Found in src/JsPhpize/Nodes/Block.php by phan

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

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

Cannot modify read-only magic property \JsPhpize\Nodes\Block->letVariables defined at /code/src/JsPhpize/Nodes/Block.php:13
Open

        $this->letVariables[] = $variable;
Severity: Minor
Found in src/JsPhpize/Nodes/Block.php by phan

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

                $this->instructions[] = new Instruction();
Severity: Minor
Found in src/JsPhpize/Nodes/Block.php by phan

There are no issues that match your filters.

Category
Status