Skip to content

added CLAUDE.md

added CLAUDE.md #681

Triggered via push February 23, 2026 05:00
Status Failure
Total duration 19s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors
PHPStan: src/Forms/Blueprint.php#L99
Method Nette\Forms\Controls\BaseControl@anonymous/Forms/Blueprint.php:95::getLabel() never returns Nette\Utils\Html so it can be removed from the return type.
PHPStan: src/Forms/Blueprint.php#L96
Property Nette\Forms\Controls\BaseControl@anonymous/Forms/Blueprint.php:95::$inner has no type specified.
PHPStan: src/Forms/Blueprint.php#L88
Method Nette\Forms\Form@anonymous/Forms/Blueprint.php:87::receiveHttpData() never returns null so it can be removed from the return type.
PHPStan: src/Forms/Blueprint.php#L0
Ignored error pattern #^Property Nette\\Forms\\Controls\\BaseControl@anonymous/Forms/Blueprint\.php\:97\:\:\$inner has no type specified\.$# (missingType.property) in path /home/runner/work/forms/forms/src/Forms/Blueprint.php was not matched in reported errors.
PHPStan: src/Forms/Blueprint.php#L0
Ignored error pattern #^Method Nette\\Forms\\Form@anonymous/Forms/Blueprint\.php\:89\:\:receiveHttpData\(\) never returns null so it can be removed from the return type\.$# (return.unusedType) in path /home/runner/work/forms/forms/src/Forms/Blueprint.php was not matched in reported errors.
PHPStan: src/Forms/Blueprint.php#L0
Ignored error pattern #^Method Nette\\Forms\\Controls\\BaseControl@anonymous/Forms/Blueprint\.php\:97\:\:getLabel\(\) never returns Nette\\Utils\\Html so it can be removed from the return type\.$# (return.unusedType) in path /home/runner/work/forms/forms/src/Forms/Blueprint.php was not matched in reported errors.
PHPStan: src/Forms/Blueprint.php#L0
Ignored error pattern #^Method Nette\\Forms\\Controls\\BaseControl@anonymous/Forms/Blueprint\.php\:97\:\:getControl\(\) never returns Nette\\Utils\\Html so it can be removed from the return type\.$# (return.unusedType) in path /home/runner/work/forms/forms/src/Forms/Blueprint.php was not matched in reported errors.
PHPStan: src/Bridges/FormsLatte/Nodes/FieldNNameNode.php#L110
Access to property $name on an unknown class Latte\Compiler\Nodes\Html\ExpressionAttributeNode.
PHPStan: src/Bridges/FormsLatte/Nodes/FieldNNameNode.php#L109
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.