Skip to content

Fix #218: Add ability to set page size #794

Fix #218: Add ability to set page size

Fix #218: Add ability to set page size #794

Triggered via pull request October 17, 2024 21:31
Status Failure
Total duration 38s
Artifacts

static.yml

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

Annotations

9 errors
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
Process completed with exit code 2.
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.
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.1-ubuntu-latest
The operation was canceled.