added support for Partial Function Application WIP #951
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.
|