Skip to content

Fetch item class for each row of the data #46

Fetch item class for each row of the data

Fetch item class for each row of the data #46

Triggered via pull request September 19, 2024 14:37
Status Success
Total duration 1m 44s
Artifacts

phpstan.yml

on: pull_request
Matrix: phpstan / phpstan
Fit to window
Zoom out
Zoom in

Annotations

63 errors
phpstan / Static analysis with phpstan and php 7.2 on ubuntu-latest: src/Common/BaseItemList.php#L76
Method ipl\Web\Common\BaseItemList::createListItem() should return ipl\Web\Common\BaseListItem|ipl\Web\Common\BaseTableRowItem but returns object.
phpstan / Static analysis with phpstan and php 7.2 on ubuntu-latest: src/Common/BaseItemList.php#L82
Parameter #1 $data of method ipl\Web\Common\BaseItemList::createListItem() expects object, mixed given.
phpstan / Static analysis with phpstan and php 7.2 on ubuntu-latest: src/Control/SearchEditor.php#L124
Cannot access offset 'filter' on iterable<string, mixed>.
phpstan / Static analysis with phpstan and php 7.2 on ubuntu-latest: src/Control/SortControl.php#L1
Ignored error pattern #^Parameter \#1 \$str 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 / Static analysis with phpstan and php 7.2 on ubuntu-latest: 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 / Static analysis with phpstan and php 7.2 on ubuntu-latest: 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 / Static analysis with phpstan and php 7.2 on ubuntu-latest
Process completed with exit code 1.
phpstan / Static analysis with phpstan and php 8.0 on ubuntu-latest: src/Common/BaseItemList.php#L76
Method ipl\Web\Common\BaseItemList::createListItem() should return ipl\Web\Common\BaseListItem|ipl\Web\Common\BaseTableRowItem but returns object.
phpstan / Static analysis with phpstan and php 8.0 on ubuntu-latest: src/Common/BaseItemList.php#L82
Parameter #1 $data of method ipl\Web\Common\BaseItemList::createListItem() expects object, mixed given.
phpstan / Static analysis with phpstan and php 8.0 on ubuntu-latest: src/Control/SearchEditor.php#L124
Cannot access offset 'filter' on iterable<string, mixed>.
phpstan / Static analysis with phpstan and php 8.0 on ubuntu-latest: 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 / Static analysis with phpstan and php 8.0 on ubuntu-latest: 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 / Static analysis with phpstan and php 8.0 on ubuntu-latest: 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 / Static analysis with phpstan and php 8.0 on ubuntu-latest
Process completed with exit code 1.
phpstan / Static analysis with phpstan and php 7.4 on ubuntu-latest: src/Common/BaseItemList.php#L76
Method ipl\Web\Common\BaseItemList::createListItem() should return ipl\Web\Common\BaseListItem|ipl\Web\Common\BaseTableRowItem but returns object.
phpstan / Static analysis with phpstan and php 7.4 on ubuntu-latest: src/Common/BaseItemList.php#L82
Parameter #1 $data of method ipl\Web\Common\BaseItemList::createListItem() expects object, mixed given.
phpstan / Static analysis with phpstan and php 7.4 on ubuntu-latest: src/Control/SearchEditor.php#L124
Cannot access offset 'filter' on iterable<string, mixed>.
phpstan / Static analysis with phpstan and php 7.4 on ubuntu-latest: src/Control/SortControl.php#L1
Ignored error pattern #^Parameter \#1 \$str 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 / Static analysis with phpstan and php 7.4 on ubuntu-latest: 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 / Static analysis with phpstan and php 7.4 on ubuntu-latest: 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 / Static analysis with phpstan and php 7.4 on ubuntu-latest
Process completed with exit code 1.
phpstan / Static analysis with phpstan and php 8.3 on ubuntu-latest: src/Common/BaseItemList.php#L76
Method ipl\Web\Common\BaseItemList::createListItem() should return ipl\Web\Common\BaseListItem|ipl\Web\Common\BaseTableRowItem but returns object.
phpstan / Static analysis with phpstan and php 8.3 on ubuntu-latest: src/Common/BaseItemList.php#L82
Parameter #1 $data of method ipl\Web\Common\BaseItemList::createListItem() expects object, mixed given.
phpstan / Static analysis with phpstan and php 8.3 on ubuntu-latest: src/Control/SearchEditor.php#L124
Cannot access offset 'filter' on iterable<string, mixed>.
phpstan / Static analysis with phpstan and php 8.3 on ubuntu-latest: 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 / Static analysis with phpstan and php 8.3 on ubuntu-latest: 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 / Static analysis with phpstan and php 8.3 on ubuntu-latest: 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 / Static analysis with phpstan and php 8.3 on ubuntu-latest
Process completed with exit code 1.
phpstan / Static analysis with phpstan and php 7.3 on ubuntu-latest: src/Common/BaseItemList.php#L76
Method ipl\Web\Common\BaseItemList::createListItem() should return ipl\Web\Common\BaseListItem|ipl\Web\Common\BaseTableRowItem but returns object.
phpstan / Static analysis with phpstan and php 7.3 on ubuntu-latest: src/Common/BaseItemList.php#L82
Parameter #1 $data of method ipl\Web\Common\BaseItemList::createListItem() expects object, mixed given.
phpstan / Static analysis with phpstan and php 7.3 on ubuntu-latest: src/Control/SearchEditor.php#L124
Cannot access offset 'filter' on iterable<string, mixed>.
phpstan / Static analysis with phpstan and php 7.3 on ubuntu-latest: src/Control/SortControl.php#L1
Ignored error pattern #^Parameter \#1 \$str 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 / Static analysis with phpstan and php 7.3 on ubuntu-latest: 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 / Static analysis with phpstan and php 7.3 on ubuntu-latest: 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 / Static analysis with phpstan and php 7.3 on ubuntu-latest
Process completed with exit code 1.
phpstan / Static analysis with phpstan and php 8.1 on ubuntu-latest: src/Common/BaseItemList.php#L76
Method ipl\Web\Common\BaseItemList::createListItem() should return ipl\Web\Common\BaseListItem|ipl\Web\Common\BaseTableRowItem but returns object.
phpstan / Static analysis with phpstan and php 8.1 on ubuntu-latest: src/Common/BaseItemList.php#L82
Parameter #1 $data of method ipl\Web\Common\BaseItemList::createListItem() expects object, mixed given.
phpstan / Static analysis with phpstan and php 8.1 on ubuntu-latest: src/Control/SearchEditor.php#L124
Cannot access offset 'filter' on iterable<string, mixed>.
phpstan / Static analysis with phpstan and php 8.1 on ubuntu-latest: 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 / Static analysis with phpstan and php 8.1 on ubuntu-latest: 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 / Static analysis with phpstan and php 8.1 on ubuntu-latest: 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 / Static analysis with phpstan and php 8.1 on ubuntu-latest
Process completed with exit code 1.
phpstan / Static analysis with phpstan and php 8.2 on ubuntu-latest: src/Common/BaseItemList.php#L76
Method ipl\Web\Common\BaseItemList::createListItem() should return ipl\Web\Common\BaseListItem|ipl\Web\Common\BaseTableRowItem but returns object.
phpstan / Static analysis with phpstan and php 8.2 on ubuntu-latest: src/Common/BaseItemList.php#L82
Parameter #1 $data of method ipl\Web\Common\BaseItemList::createListItem() expects object, mixed given.
phpstan / Static analysis with phpstan and php 8.2 on ubuntu-latest: src/Control/SearchEditor.php#L124
Cannot access offset 'filter' on iterable<string, mixed>.
phpstan / Static analysis with phpstan and php 8.2 on ubuntu-latest: 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 / Static analysis with phpstan and php 8.2 on ubuntu-latest: 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 / Static analysis with phpstan and php 8.2 on ubuntu-latest: 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 / Static analysis with phpstan and php 8.2 on ubuntu-latest
Process completed with exit code 1.