wip #9
Annotations
10 errors
Run PHPStan:
examples/captures/create-capture.php#L25
Instantiated class Mollie\Api\Http\Data\CreatePaymentCapturePayload not found.
|
Run PHPStan:
examples/captures/create-capture.php#L25
Parameter #2 $description of class Mollie\Api\Http\Requests\CreatePaymentCaptureRequest constructor expects string, Mollie\Api\Http\Data\CreatePaymentCapturePayload given.
|
Run PHPStan:
examples/client-links/create-client-link.php#L32
Class Mollie\Api\Http\Requests\CreateClientLinkRequest constructor invoked with 1 parameter, 3-5 required.
|
Run PHPStan:
examples/client-links/create-client-link.php#L32
Instantiated class Mollie\Api\Http\Data\CreateClientLinkPayload not found.
|
Run PHPStan:
examples/client-links/create-client-link.php#L32
Parameter #1 $owner of class Mollie\Api\Http\Requests\CreateClientLinkRequest constructor expects Mollie\Api\Http\Data\Owner, Mollie\Api\Http\Data\CreateClientLinkPayload given.
|
Run PHPStan:
examples/customers/create-customer-first-payment.php#L55
Class Mollie\Api\Http\Requests\CreateCustomerPaymentRequest constructor invoked with 2 parameters, 3-23 required.
|
Run PHPStan:
examples/customers/create-customer-first-payment.php#L55
Parameter #2 $description of class Mollie\Api\Http\Requests\CreateCustomerPaymentRequest constructor expects string, Mollie\Api\Http\Requests\CreatePaymentRequest given.
|
Run PHPStan:
src/EndpointCollection/InvoiceEndpointCollection.php#L65
Method Mollie\Api\EndpointCollection\InvoiceEndpointCollection::iterator() should return Mollie\Api\Resources\LazyCollection but returns Mollie\Api\Resources\InvoiceCollection.
|
Run PHPStan:
src/EndpointCollection/PaymentRefundEndpointCollection.php#L38
Expression on left side of ?? is not nullable.
|
Run PHPStan:
src/EndpointCollection/SessionEndpointCollection.php#L60
Parameter $payload of method Mollie\Api\EndpointCollection\SessionEndpointCollection::update() has invalid type Mollie\Api\Http\Data\AnyData.
|
Loading