fix php7.4 compatibility #2156
Annotations
11 errors
|
PHPStan:
src/EndpointCollection/BalanceTransactionEndpointCollection.php#L70
PHPDoc tag @param for parameter $testmode with type bool|null is not subtype of native type bool.
|
PHPStan:
src/EndpointCollection/OrganizationEndpointCollection.php#L28
Class Mollie\Api\Http\Requests\GetOrganizationRequest does not have a constructor and must be instantiated without any parameters.
|
PHPStan:
src/EndpointCollection/PaymentLinkEndpointCollection.php#L116
Default value of the parameter #3 $testmode (array) of method Mollie\Api\EndpointCollection\PaymentLinkEndpointCollection::iterator() is incompatible with type bool.
|
PHPStan:
src/EndpointCollection/PaymentRouteEndpointCollection.php#L33
PHPDoc tag @param for parameter $releaseDate with type DateTimeInterface is incompatible with native type string.
|
PHPStan:
src/EndpointCollection/ProfileEndpointCollection.php#L84
PHPDoc tag @param references unknown parameter: $data
|
PHPStan:
src/EndpointCollection/SettlementEndpointCollection.php#L75
Call to method test() on an unknown class Mollie\Api\Http\Requests\GetPaginatedSettlementRequest.
|
PHPStan:
src/EndpointCollection/SettlementEndpointCollection.php#L75
Instantiated class Mollie\Api\Http\Requests\GetPaginatedSettlementRequest not found.
|
PHPStan:
src/EndpointCollection/SettlementEndpointCollection.php#L99
Call to method useIterator() on an unknown class Mollie\Api\Http\Requests\GetPaginatedSettlementRequest.
|
PHPStan:
src/EndpointCollection/SettlementEndpointCollection.php#L99
Instantiated class Mollie\Api\Http\Requests\GetPaginatedSettlementRequest not found.
|
PHPStan:
src/EndpointCollection/SettlementPaymentEndpointCollection.php#L24
Parameter $query of method Mollie\Api\EndpointCollection\SettlementPaymentEndpointCollection::pageFor() has invalid type Mollie\Api\Http\Query\GetPaginatedSettlementPaymentsQuery.
|
Loading