Skip to content

uses nette/phpstan-rules #682

uses nette/phpstan-rules

uses nette/phpstan-rules #682

Triggered via push February 26, 2026 05:53
Status Success
Total duration 22s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 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/Forms/Blueprint.php#L0
Ignored error pattern #^Call to an undefined method Nette\\Forms\\Control\:\:lookupPath\(\)\.$# (method.notFound) in path /home/runner/work/forms/forms/src/Forms/Blueprint.php was not matched in reported errors.
PHPStan: src/Bridges/FormsLatte/Runtime.php#L0
Ignored error pattern #^Call to an undefined method Nette\\Forms\\Control\:\:setOption\(\)\.$# (method.notFound) in path /home/runner/work/forms/forms/src/Bridges/FormsLatte/Runtime.php was not matched in reported errors.
PHPStan: src/Bridges/FormsLatte/Runtime.php#L0
Ignored error pattern #^Call to an undefined method Nette\\Forms\\Control\:\:getOption\(\)\.$# (method.notFound) in path /home/runner/work/forms/forms/src/Bridges/FormsLatte/Runtime.php was not matched in reported errors.
PHPStan: src/Bridges/FormsLatte/Runtime.php#L0
Ignored error pattern #^Call to an undefined method Nette\\Forms\\Control\:\:getControl\(\)\.$# (method.notFound) in path /home/runner/work/forms/forms/src/Bridges/FormsLatte/Runtime.php was not matched in reported errors.
PHPStan: src/Bridges/FormsLatte/Nodes/FieldNNameNode.php#L111
Access to property $name on an unknown class Latte\Compiler\Nodes\Html\ExpressionAttributeNode.
PHPStan: src/Bridges/FormsLatte/Nodes/FieldNNameNode.php#L110
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.