Skip to content

Implement the aggragation of paginations #35

Implement the aggragation of paginations

Implement the aggragation of paginations #35

Triggered via push December 28, 2023 10:54
Status Failure
Total duration 1m 40s
Artifacts

build.yml

on: push
Matrix: tests
Fit to window
Zoom out
Zoom in

Annotations

17 errors and 8 warnings
Coverage
Process completed with exit code 2.
PHP 8.1 - prefer-stable - ubuntu-latest
Process completed with exit code 2.
PHP 8.2 - prefer-stable - ubuntu-latest
Process completed with exit code 2.
PHP 8.3 - prefer-lowest - ubuntu-latest
Process completed with exit code 2.
PHP 8.2 - prefer-lowest - ubuntu-latest
Process completed with exit code 2.
PHP 8.3 - prefer-stable - ubuntu-latest
Process completed with exit code 2.
PHP 8.1 - prefer-lowest - ubuntu-latest
Process completed with exit code 2.
Linting: src/Exceptions/LazyJsonPagesException.php#L14
Unsafe usage of new static().
Linting: src/Paginations/AnyPagination.php#L20
Property Cerbero\LazyJsonPages\Paginations\AnyPagination::$supportedPaginations (array<class-string<Cerbero\LazyJsonPages\Paginations\Pagination>>) does not accept default value of type array<int, string>.
Linting: src/Paginations/AnyPagination.php#L21
Class Cerbero\LazyJsonPages\Paginations\CursorPagination not found.
Linting: src/Paginations/AnyPagination.php#L22
Class Cerbero\LazyJsonPages\Paginations\CustomPagination not found.
Linting: src/Paginations/AnyPagination.php#L23
Class Cerbero\LazyJsonPages\Paginations\LengthAwarePagination not found.
Linting: src/Paginations/AnyPagination.php#L24
Class Cerbero\LazyJsonPages\Paginations\LinkHeaderPagination not found.
Linting: src/Paginations/AnyPagination.php#L25
Class Cerbero\LazyJsonPages\Paginations\OffsetPagination not found.
Linting: src/Services/ConfigFactory.php#L176
Cannot cast mixed to int.
Linting: src/Services/ConfigFactory.php#L189
Parameter #1 $value of method Cerbero\LazyJsonPages\Services\ConfigFactory::isEndpoint() expects string, mixed given.
Linting: src/Services/ConfigFactory.php#L190
Parameter #1 $string of function parse_str expects string, string|false|null given.
Coverage
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
PHP 8.1 - prefer-stable - ubuntu-latest
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
PHP 8.2 - prefer-stable - ubuntu-latest
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
PHP 8.3 - prefer-lowest - ubuntu-latest
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
PHP 8.2 - prefer-lowest - ubuntu-latest
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
PHP 8.3 - prefer-stable - ubuntu-latest
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
PHP 8.1 - prefer-lowest - ubuntu-latest
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Linting
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/