Skip to content

added CLAUDE.md

added CLAUDE.md #672

Triggered via push February 10, 2026 04:40
Status Failure
Total duration 25s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

7 errors
PHPStan
Process completed with exit code 1.
PHPStan: src/Forms/Controls/BaseControl.php#L371
Strict comparison using === between Nette\Forms\Controls\true|Nette\Localization\Translator|null and true will always evaluate to false.
PHPStan: src/Forms/Controls/BaseControl.php#L62
Property Nette\Forms\Controls\BaseControl::$translator has unknown class Nette\Forms\Controls\true as its type.
PHPStan: src/Forms/Controls/BaseControl.php#L62
Property Nette\Forms\Controls\BaseControl::$translator (Nette\Forms\Controls\true|Nette\Localization\Translator|null) does not accept default value of type 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#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.