js/Add search term attributes #4
Annotations
10 errors
PHPStan:
src/Control/SimpleSearchField.php#L110
Property ipl\Web\Control\SimpleSearchField::$submitLabel (string) on left side of ?? is not nullable.
|
PHPStan:
src/Control/SimpleSearchField.php#L113
Method ipl\Web\Control\SimpleSearchField::assemble() has no return type specified.
|
PHPStan:
src/Control/SimpleSearchField.php#L115
Parameter #1 $name of class ipl\Html\FormElement\InputElement constructor expects string, null given.
|
PHPStan:
src/Control/SimpleSuggestions.php#L86
Method ipl\Web\Control\SimpleSuggestions::fetchSuggestions() has parameter $exclude with no value type specified in iterable type array.
|
PHPStan:
src/Control/SimpleSuggestions.php#L101
Parameter #1 $name of class ipl\Html\FormElement\ButtonElement constructor expects string, null given.
|
PHPStan:
src/Control/SimpleSuggestions.php#L110
Method ipl\Web\Control\SimpleSuggestions::assemble() has no return type specified.
|
PHPStan:
src/Control/SimpleSuggestions.php#L120
Parameter #1 $iterator of class IteratorIterator constructor expects TIterator of Traversable<TKey, TValue>, mixed given.
|
PHPStan:
src/Control/SimpleSuggestions.php#L137
Parameter #1 $name of class ipl\Html\FormElement\InputElement constructor expects string, null given.
|
PHPStan:
src/Control/SimpleSuggestions.php#L144
Call to an undefined method ipl\Html\BaseHtmlElement::getValue().
|
PHPStan:
src/Control/SimpleSuggestions.php#L171
Cannot access offset 'search' on mixed.
|
Loading