pug-php/js-phpize

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

Summary

Maintainability
A
0 mins
Test Coverage
A
100%

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

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

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

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

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

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

There are no issues that match your filters.

Category
Status