netteForms: restructured package, includes UMD and ESM (BC break) #745
Annotations
10 errors
|
PHPStan:
src/Forms/Controls/UploadControl.php#L69
Method Nette\Forms\Controls\UploadControl::setValue() has parameter $value with no type specified.
|
|
PHPStan:
src/Forms/Controls/TextBase.php#L28
Method Nette\Forms\Controls\TextBase::setValue() has parameter $value with no type specified.
|
|
PHPStan:
src/Forms/Controls/MultiChoiceControl.php#L47
Method Nette\Forms\Controls\MultiChoiceControl::setValue() has parameter $values with no type specified.
|
|
PHPStan:
src/Forms/Controls/HiddenField.php#L40
Method Nette\Forms\Controls\HiddenField::setValue() has parameter $value with no type specified.
|
|
PHPStan:
src/Forms/Controls/Checkbox.php#L34
Method Nette\Forms\Controls\Checkbox::setValue() has parameter $value with no type specified.
|
|
PHPStan:
src/Forms/Controls/BaseControl.php#L136
Method Nette\Forms\Controls\BaseControl::setValue() has parameter $value with no type specified.
|
|
PHPStan:
src/Forms/Container.php#L306
Result of || is always true.
|
|
PHPStan:
src/Forms/Container.php#L306
Instanceof between Nette\Forms\Container and Nette\Forms\Container will always evaluate to true.
|
|
PHPStan:
src/Forms/Container.php#L67
Ignored error pattern instanceof.alwaysTrue in path /home/runner/work/forms/forms/src/Forms/Container.php is expected to occur 1 time, but occurred 2 times.
|
|
PHPStan:
src/Forms/Container.php#L67
Ignored error pattern booleanOr.alwaysTrue in path /home/runner/work/forms/forms/src/Forms/Container.php is expected to occur 1 time, but occurred 2 times.
|