pug-php/js-phpize

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

Summary

Maintainability
A
0 mins
Test Coverage
A
100%

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

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

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

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

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

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

There are no issues that match your filters.

Category
Status