Skip to content

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

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

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

Triggered via push February 11, 2026 03:09
Status Failure
Total duration 22s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

9 errors
PHPStan
Process completed with exit code 1.
PHPStan: src/Forms/Form.php#L234
Return type (static(Nette\Forms\Form)) of method Nette\Forms\Form::getForm() should be covariant with return type (($throw is true ? Nette\Forms\Form : Nette\Forms\Form|null)) of method Nette\Forms\Container::getForm()
PHPStan: src/Forms/Controls/SubmitButton.php#L92
Return type (array<Nette\Forms\Container|Nette\Forms\Control>|null) of method Nette\Forms\Controls\SubmitButton::getValidationScope() should be covariant with return type (list<Nette\Forms\Container|Nette\Forms\Control>|null) of method Nette\Forms\SubmitterControl::getValidationScope()
PHPStan: src/Forms/Controls/DateTimeControl.php#L58
Parameter #1 $value (DateTimeInterface|int|string|null) of method Nette\Forms\Controls\DateTimeControl::setValue() should be contravariant with parameter $value (mixed) of method Nette\Forms\Controls\BaseControl::setValue()
PHPStan: src/Forms/Controls/DateTimeControl.php#L58
Parameter #1 $value (DateTimeInterface|int|string|null) of method Nette\Forms\Controls\DateTimeControl::setValue() should be contravariant with parameter $value (mixed) of method Nette\Forms\Control::setValue()
PHPStan: src/Forms/Controls/ColorPicker.php#L31
Parameter #1 $value (string|null) of method Nette\Forms\Controls\ColorPicker::setValue() should be contravariant with parameter $value (mixed) of method Nette\Forms\Controls\BaseControl::setValue()
PHPStan: src/Forms/Controls/ColorPicker.php#L31
Parameter #1 $value (string|null) of method Nette\Forms\Controls\ColorPicker::setValue() should be contravariant with parameter $value (mixed) of method Nette\Forms\Control::setValue()
PHPStan: src/Forms/Controls/ChoiceControl.php#L53
Parameter #1 $value (BackedEnum|int|string|null) of method Nette\Forms\Controls\ChoiceControl::setValue() should be contravariant with parameter $value (mixed) of method Nette\Forms\Controls\BaseControl::setValue()
PHPStan: src/Forms/Controls/ChoiceControl.php#L53
Parameter #1 $value (BackedEnum|int|string|null) of method Nette\Forms\Controls\ChoiceControl::setValue() should be contravariant with parameter $value (mixed) of method Nette\Forms\Control::setValue()