Fix #218: Add ability to set page size #796
Annotations
9 errors
MissingClassConstType:
src/BaseListView.php#L51
src/BaseListView.php:51:18: MissingClassConstType: Class constant "Yiisoft\Yii\DataView\BaseListView::PAGE_SIZE_FIXED" should have a declared type. (see https://psalm.dev/359)
|
MissingClassConstType:
src/BaseListView.php#L56
src/BaseListView.php:56:18: MissingClassConstType: Class constant "Yiisoft\Yii\DataView\BaseListView::PAGE_SIZE_ANY" should have a declared type. (see https://psalm.dev/359)
|
MixedArgumentTypeCoercion:
src/BaseListView.php#L442
src/BaseListView.php:442:43: MixedArgumentTypeCoercion: Argument 2 of implode expects array<array-key, null|object{__tostring()}|scalar>, but parent type array<array-key, mixed> provided (see https://psalm.dev/194)
|
psalm / PHP 8.3-ubuntu-latest
Process completed with exit code 2.
|
psalm / PHP 8.1-ubuntu-latest
The job was canceled because "ubuntu-latest_8_3" failed.
|
psalm / PHP 8.1-ubuntu-latest
The operation was canceled.
|
psalm / PHP 8.2-ubuntu-latest
The job was canceled because "ubuntu-latest_8_3" failed.
|
MixedArgumentTypeCoercion:
src/BaseListView.php#L442
src/BaseListView.php:442:43: MixedArgumentTypeCoercion: Argument 2 of implode expects array<array-key, null|object{__tostring()}|scalar>, but parent type array<array-key, mixed> provided (see https://psalm.dev/194)
|
psalm / PHP 8.2-ubuntu-latest
The operation was canceled.
|