pug-php/js-phpize

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

Summary

Maintainability
A
0 mins
Test Coverage
A
100%

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

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

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

        array_unshift($this->before, $before);
Severity: Minor
Found in src/JsPhpize/Nodes/Value.php by phan

There are no issues that match your filters.

Category
Status