chore: fix php7.4 compability #10
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#L43
Call to an undefined method Mollie\Api\Factories\Factory::create().
|
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:
src/EndpointCollection/BalanceEndpointCollection.php#L54
Call to an undefined method Mollie\Api\Factories\RequestFactory::create().
|
Run PHPStan:
src/EndpointCollection/BalanceEndpointCollection.php#L79
Call to an undefined method Mollie\Api\Factories\RequestFactory::create().
|
Run PHPStan:
src/EndpointCollection/BalanceReportEndpointCollection.php#L21
Call to an undefined method Mollie\Api\Factories\Factory::withQuery().
|
Loading