Skip to content

netteForms: restructured package, includes UMD and ESM (BC break) #674

netteForms: restructured package, includes UMD and ESM (BC break)

netteForms: restructured package, includes UMD and ESM (BC break) #674

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

Annotations

10 errors
PHPStan: src/Forms/Controls/HiddenField.php#L0
Ignored error pattern #^Method Nette\\Forms\\Controls\\HiddenField\:\:getLabel\(\) has parameter \$caption with no type specified\.$# (missingType.parameter) in path /home/runner/work/forms/forms/src/Forms/Controls/HiddenField.php was not matched in reported errors.
PHPStan: src/Forms/Controls/CheckboxList.php#L0
Ignored error pattern #^Method Nette\\Forms\\Controls\\CheckboxList\:\:getLabel\(\) has parameter \$caption with no type specified\.$# (missingType.parameter) in path /home/runner/work/forms/forms/src/Forms/Controls/CheckboxList.php was not matched in reported errors.
PHPStan: src/Forms/Controls/CheckboxList.php#L0
Ignored error pattern #^Method Nette\\Forms\\Controls\\CheckboxList\:\:getLabelPart\(\) has parameter \$key with no type specified\.$# (missingType.parameter) in path /home/runner/work/forms/forms/src/Forms/Controls/CheckboxList.php was not matched in reported errors.
PHPStan: src/Forms/Controls/CheckboxList.php#L0
Ignored error pattern #^Method Nette\\Forms\\Controls\\CheckboxList\:\:getControlPart\(\) has parameter \$key with no type specified\.$# (missingType.parameter) in path /home/runner/work/forms/forms/src/Forms/Controls/CheckboxList.php was not matched in reported errors.
PHPStan: src/Forms/Controls/Checkbox.php#L0
Ignored error pattern #^Method Nette\\Forms\\Controls\\Checkbox\:\:getLabel\(\) has parameter \$caption with no type specified\.$# (missingType.parameter) in path /home/runner/work/forms/forms/src/Forms/Controls/Checkbox.php was not matched in reported errors.
PHPStan: src/Forms/Controls/Button.php#L0
Ignored error pattern #^Method Nette\\Forms\\Controls\\Button\:\:getLabel\(\) has parameter \$caption with no type specified\.$# (missingType.parameter) in path /home/runner/work/forms/forms/src/Forms/Controls/Button.php was not matched in reported errors.
PHPStan: src/Forms/Controls/BaseControl.php#L0
Ignored error pattern #^Method Nette\\Forms\\Controls\\BaseControl\:\:setOption\(\) has parameter \$key with no type specified\.$# (missingType.parameter) in path /home/runner/work/forms/forms/src/Forms/Controls/BaseControl.php was not matched in reported errors.
PHPStan: src/Forms/Controls/BaseControl.php#L0
Ignored error pattern #^Method Nette\\Forms\\Controls\\BaseControl\:\:getOption\(\) has parameter \$key with no type specified\.$# (missingType.parameter) in path /home/runner/work/forms/forms/src/Forms/Controls/BaseControl.php was not matched in reported errors.
PHPStan: src/Forms/Controls/BaseControl.php#L0
Ignored error pattern #^Method Nette\\Forms\\Controls\\BaseControl\:\:getHttpData\(\) has parameter \$type with no type specified\.$# (missingType.parameter) in path /home/runner/work/forms/forms/src/Forms/Controls/BaseControl.php was not matched in reported errors.
PHPStan: src/Forms/Container.php#L0
Ignored error pattern #^Parameter \#1 \.\.\.\$items of method Nette\\Forms\\ControlGroup\:\:add\(\) expects iterable\<Nette\\Forms\\Container\|Nette\\Forms\\Control\>\|Nette\\Forms\\Container\|Nette\\Forms\\Control, Nette\\ComponentModel\\IComponent given\.$# (argument.type) in path /home/runner/work/forms/forms/src/Forms/Container.php was not matched in reported errors.