Fetch item class for each row of the data #43
Annotations
9 errors
PHPStan:
src/Common/BaseItemList.php#L74
Trying to invoke string but it might not be a callable.
|
PHPStan:
src/Common/BaseItemList.php#L80
Parameter #1 $data of method ipl\Web\Common\BaseItemList::createListItem() expects object, mixed given.
|
PHPStan:
src/Common/FormUid.php (in context of class ipl/Web/Control/SearchBar)#L57
Cannot access offset mixed on array|object.
|
PHPStan:
src/Common/FormUid.php (in context of class ipl/Web/Control/SortControl)#L57
Cannot access offset mixed on array|object.
|
PHPStan:
src/Control/SearchEditor.php#L124
Cannot access offset 'filter' on iterable<string, mixed>.
|
PHPStan:
src/Control/SortControl.php#L1
Ignored error pattern #^Parameter \#1 \$string of function strtolower expects string, mixed given\.$# in path /home/runner/work/ipl-web/ipl-web/src/Control/SortControl.php was not matched in reported errors.
|
PHPStan:
src/Control/SortControl.php#L1
Ignored error pattern #^Part \$column \(mixed\) of encapsed string cannot be cast to string\.$# in path /home/runner/work/ipl-web/ipl-web/src/Control/SortControl.php was not matched in reported errors.
|
PHPStan:
src/Control/SortControl.php#L1
Ignored error pattern #^Part \$direction \(mixed\) of encapsed string cannot be cast to string\.$# in path /home/runner/work/ipl-web/ipl-web/src/Control/SortControl.php was not matched in reported errors.
|
PHPStan
Process completed with exit code 1.
|
Loading