Skip to content

added support for Partial Function Application WIP #951

added support for Partial Function Application WIP

added support for Partial Function Application WIP #951

Triggered via push December 23, 2025 22:17
Status Success
Total duration 52s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors
PHPStan: src/Latte/Compiler/Nodes/Php/Expression/ClosureNode.php#L32
Expression "(function (\Latte\Compiler\Nodes\Php\ParameterNode ...$args) {…" on a separate line does not do anything.
PHPStan: src/Latte/Compiler/Nodes/Php/Expression/AuxiliaryNode.php#L24
Expression "(function (?\Latte\Compiler\Node ...$nodes) {…" on a separate line does not do anything.
PHPStan: src/Latte/Compiler/Nodes/Php/Expression/ArrayNode.php#L27
Expression "(function (\Latte\Compiler\Nodes\Php\ArrayItemNode ...$args) {…" on a separate line does not do anything.
PHPStan: src/Latte/Compiler/Nodes/NopNode.php#L25
Left side of && is always false.
PHPStan: src/Latte/Compiler/Nodes/NopNode.php#L25
Generator expects value type Latte\Compiler\Node, null given.
PHPStan: src/Latte/Compiler/Nodes/AuxiliaryNode.php#L23
Expression "(function (?\Latte\Compiler\Node ...$nodes) {…" on a separate line does not do anything.
PHPStan: src/Latte/Compiler/Escaper.php#L77
Property Latte\Compiler\Escaper::$tag is never read, only written.
PHPStan: src/Bridges/Tracy/LattePanel.php#L49
Property Latte\Extension@anonymous/Bridges/Tracy/LattePanel.php:47::$templates is never read, only written.
PHPStan: src/Bridges/Tracy/BlueScreenPanel.php#L40
Right side of && is always true.
PHPStan: src/Bridges/Tracy/BlueScreenPanel.php#L39
Left side of && is always true.