Skip to content

added function blockExists() [Closes #345] #659

added function blockExists() [Closes #345]

added function blockExists() [Closes #345] #659

Triggered via push September 13, 2023 14:12
Status Success
Total duration 53s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention
Fit to window
Zoom out
Zoom in

Annotations

10 errors
PHPStan: src/Bridges/Tracy/BlueScreenPanel.php#L37
Left side of && is always true.
PHPStan: src/Bridges/Tracy/BlueScreenPanel.php#L38
Right side of && is always true.
PHPStan: src/Bridges/Tracy/BlueScreenPanel.php#L66
Result of && is always false.
PHPStan: src/Bridges/Tracy/BlueScreenPanel.php#L68
Right side of && is always false.
PHPStan: src/Bridges/Tracy/LattePanel.php#L47
Property class@anonymous/Bridges/Tracy/LattePanel.php:45::$templates is never read, only written.
PHPStan: src/Latte/Compiler/Nodes/NopNode.php#L25
Generator expects value type Latte\Compiler\Node, null given.
PHPStan: src/Latte/Compiler/Nodes/NopNode.php#L25
Left side of && is always false.
PHPStan: src/Latte/Compiler/Nodes/Php/ArrayItemNode.php#L69
If condition is always false.
PHPStan: src/Latte/Compiler/Nodes/Php/Expression/ArrayNode.php#L44
Strict comparison using === between Latte\Compiler\Nodes\Php\ArrayItemNode and null will always evaluate to false.
PHPStan: src/Latte/Compiler/Nodes/Php/Expression/TemporaryNode.php#L29
Method Latte\Compiler\Nodes\Php\Expression\TemporaryNode::print() should return string but return statement is missing.