Skip to content

Feature/add auto pagination helper methods #1536

Feature/add auto pagination helper methods

Feature/add auto pagination helper methods #1536

Triggered via pull request October 30, 2023 14:26
Status Failure
Total duration 38s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

tests.yml

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

Annotations

43 errors and 7 warnings
PHP - 7.2
Process completed with exit code 2.
PHP - 8.2: src/Resources/LazyCollection.php#L56
Parameter $callback of method Mollie\Api\Resources\LazyCollection::filter() has invalid type Mollie\Api\Resources\key.
PHP - 8.2: src/Resources/LazyCollection.php#L56
Parameter $callback of method Mollie\Api\Resources\LazyCollection::filter() has invalid type Mollie\Api\Resources\value.
PHP - 8.2: src/Resources/LazyCollection.php#L58
Unsafe usage of new static().
PHP - 8.2: src/Resources/LazyCollection.php#L73
Parameter $callback of method Mollie\Api\Resources\LazyCollection::first() has invalid type Mollie\Api\Resources\value.
PHP - 8.2: src/Resources/LazyCollection.php#L86
Callable callable(Mollie\Api\Resources\value): bool invoked with 2 parameters, 1 required.
PHP - 8.2: src/Resources/LazyCollection.php#L100
Method Mollie\Api\Resources\LazyCollection::map() has invalid return type Mollie\Api\Resources\key.
PHP - 8.2: src/Resources/LazyCollection.php#L100
Parameter $callback of method Mollie\Api\Resources\LazyCollection::map() has invalid type Mollie\Api\Resources\key.
PHP - 8.2: src/Resources/LazyCollection.php#L100
Parameter $callback of method Mollie\Api\Resources\LazyCollection::map() has invalid type Mollie\Api\Resources\value.
PHP - 8.2: src/Resources/LazyCollection.php#L102
Unsafe usage of new static().
PHP - 8.2: src/Resources/LazyCollection.php#L117
Unsafe usage of new static().
PHP - 8.3
The operation was canceled.
PHP - 7.4: src/Resources/LazyCollection.php#L56
Parameter $callback of method Mollie\Api\Resources\LazyCollection::filter() has invalid type Mollie\Api\Resources\key.
PHP - 7.4: src/Resources/LazyCollection.php#L56
Parameter $callback of method Mollie\Api\Resources\LazyCollection::filter() has invalid type Mollie\Api\Resources\value.
PHP - 7.4: src/Resources/LazyCollection.php#L58
Unsafe usage of new static().
PHP - 7.4: src/Resources/LazyCollection.php#L73
Parameter $callback of method Mollie\Api\Resources\LazyCollection::first() has invalid type Mollie\Api\Resources\value.
PHP - 8
The operation was canceled.
PHP - 7.4: src/Resources/LazyCollection.php#L86
Callable callable(Mollie\Api\Resources\value): bool invoked with 2 parameters, 1 required.
PHP - 7.4: src/Resources/LazyCollection.php#L100
Method Mollie\Api\Resources\LazyCollection::map() has invalid return type Mollie\Api\Resources\key.
PHP - 7.4: src/Resources/LazyCollection.php#L100
Parameter $callback of method Mollie\Api\Resources\LazyCollection::map() has invalid type Mollie\Api\Resources\key.
PHP - 7.4: src/Resources/LazyCollection.php#L100
Parameter $callback of method Mollie\Api\Resources\LazyCollection::map() has invalid type Mollie\Api\Resources\value.
PHP - 7.4: src/Resources/LazyCollection.php#L102
Unsafe usage of new static().
PHP - 7.4: src/Resources/LazyCollection.php#L117
Unsafe usage of new static().
PHP - 7.3: src/Endpoints/MandateEndpoint.php#L32
Method Mollie\Api\Endpoints\MandateEndpoint::getResourceCollectionObject() has invalid return type Mollie\Api\Resources\MandateCollection.
PHP - 7.3: src/Endpoints/MandateEndpoint.php#L34
Instantiated class Mollie\Api\Resources\MandateCollection not found.
PHP - 7.3: src/Endpoints/MandateEndpoint.php#L102
Method Mollie\Api\Endpoints\MandateEndpoint::listFor() has invalid return type Mollie\Api\Resources\MandateCollection.
PHP - 7.3: src/Endpoints/MandateEndpoint.php#L132
Method Mollie\Api\Endpoints\MandateEndpoint::listForId() has invalid return type Mollie\Api\Resources\MandateCollection.
PHP - 7.3: src/Resources/Customer.php#L186
Method Mollie\Api\Resources\Customer::mandates() has invalid return type Mollie\Api\Resources\MandateCollection.
PHP - 7.3: src/Resources/Customer.php#L199
Iterating over an object of an unknown class Mollie\Api\Resources\MandateCollection.
PHP - 7.3: src/Resources/Customer.php#L216
Iterating over an object of an unknown class Mollie\Api\Resources\MandateCollection.
PHP - 7.3: src/Resources/LazyCollection.php#L56
Parameter $callback of method Mollie\Api\Resources\LazyCollection::filter() has invalid type Mollie\Api\Resources\key.
PHP - 7.3: src/Resources/LazyCollection.php#L56
Parameter $callback of method Mollie\Api\Resources\LazyCollection::filter() has invalid type Mollie\Api\Resources\value.
PHP - 7.3: src/Resources/LazyCollection.php#L58
Unsafe usage of new static().
PHP - 8.1: src/Resources/LazyCollection.php#L56
Parameter $callback of method Mollie\Api\Resources\LazyCollection::filter() has invalid type Mollie\Api\Resources\key.
PHP - 8.1: src/Resources/LazyCollection.php#L56
Parameter $callback of method Mollie\Api\Resources\LazyCollection::filter() has invalid type Mollie\Api\Resources\value.
PHP - 8.1: src/Resources/LazyCollection.php#L58
Unsafe usage of new static().
PHP - 8.1: src/Resources/LazyCollection.php#L73
Parameter $callback of method Mollie\Api\Resources\LazyCollection::first() has invalid type Mollie\Api\Resources\value.
PHP - 8.1: src/Resources/LazyCollection.php#L86
Callable callable(Mollie\Api\Resources\value): bool invoked with 2 parameters, 1 required.
PHP - 8.1: src/Resources/LazyCollection.php#L100
Method Mollie\Api\Resources\LazyCollection::map() has invalid return type Mollie\Api\Resources\key.
PHP - 8.1: src/Resources/LazyCollection.php#L100
Parameter $callback of method Mollie\Api\Resources\LazyCollection::map() has invalid type Mollie\Api\Resources\key.
PHP - 8.1: src/Resources/LazyCollection.php#L100
Parameter $callback of method Mollie\Api\Resources\LazyCollection::map() has invalid type Mollie\Api\Resources\value.
PHP - 8.1: src/Resources/LazyCollection.php#L102
Unsafe usage of new static().
PHP - 8.1: src/Resources/LazyCollection.php#L117
Unsafe usage of new static().
PHP - 7.2
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
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
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 - 7.4
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
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 - 7.3
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
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/