Skip to content

added CLAUDE.md

added CLAUDE.md #692

Triggered via push May 26, 2026 14:07
Status Failure
Total duration 21s
Artifacts –
Fit to window
Zoom out
Zoom in

Annotations

8 errors
PHPStan
Process completed with exit code 1.
PHPStan: src/Forms/Helpers.php#L355
Parameter #1 $callback of function array_map expects (callable(Nette\Utils\ImageType): mixed)|null, Closure(1|2|3|6|18|19): string given.
PHPStan: src/Forms/Controls/CsrfProtection.php#L39
Instanceof between Nette\Http\Session and Nette\Http\Session will always evaluate to true.
PHPStan: src/Forms/Controls/CsrfProtection.php#L39
Call to function assert() with true will always evaluate to true.
PHPStan: src/Bridges/FormsLatte/Nodes/FieldNNameNode.php#L112
Access to property $name on an unknown class Latte\Compiler\Nodes\Html\ExpressionAttributeNode.
PHPStan: src/Bridges/FormsLatte/Nodes/FieldNNameNode.php#L111
Class Latte\Compiler\Nodes\Html\ExpressionAttributeNode not found.
PHPStan: src/Bridges/FormsLatte/Nodes/FieldNNameNode.php#L108
Argument of an invalid type array<Latte\Compiler\Nodes\AreaNode>|null supplied for foreach, only iterables are supported.
PHPStan: src/Bridges/FormsLatte/Nodes/FieldNNameNode.php#L0
Ignored error pattern #^Using nullsafe property access on non\-nullable type Latte\\Compiler\\Nodes\\FragmentNode\. Use \-\> instead\.$# (nullsafe.neverNull) in path /home/runner/work/forms/forms/src/Bridges/FormsLatte/Nodes/FieldNNameNode.php was not matched in reported errors.