Merge branch 'v3' into v3-without-dedicated-payloads-and-queries #7
Annotations
10 errors and 1 warning
Run PHPStan:
examples/customers/create-customer-first-payment.php#L43
Static method Mollie\Api\Factories\CreatePaymentRequestFactory::new() invoked with 1 parameter, 0 required.
|
Run PHPStan:
examples/customers/create-customer-first-payment.php#L55
Parameter #2 $payload of class Mollie\Api\Http\Requests\CreateCustomerPaymentRequest constructor expects Mollie\Api\Http\Data\CreatePaymentPayload, Mollie\Api\Http\Requests\CreatePaymentRequest given.
|
Run PHPStan:
src/EndpointCollection/CustomerPaymentsEndpointCollection.php#L29
Parameter $payload of method Mollie\Api\EndpointCollection\CustomerPaymentsEndpointCollection::createFor() has invalid type Mollie\Api\Http\Data\CreatePaymentPayload.
|
Run PHPStan:
src/EndpointCollection/CustomerPaymentsEndpointCollection.php#L29
Parameter $query of method Mollie\Api\EndpointCollection\CustomerPaymentsEndpointCollection::createFor() has invalid type Mollie\Api\Http\Data\CreatePaymentQuery.
|
Run PHPStan:
src/EndpointCollection/CustomerPaymentsEndpointCollection.php#L43
Parameter $payload of method Mollie\Api\EndpointCollection\CustomerPaymentsEndpointCollection::createForId() has invalid type Mollie\Api\Http\Data\CreatePaymentPayload.
|
Run PHPStan:
src/EndpointCollection/CustomerPaymentsEndpointCollection.php#L43
Parameter $query of method Mollie\Api\EndpointCollection\CustomerPaymentsEndpointCollection::createForId() has invalid type Mollie\Api\Http\Data\CreatePaymentQuery.
|
Run PHPStan:
src/EndpointCollection/CustomerPaymentsEndpointCollection.php#L45
Class Mollie\Api\Http\Data\CreatePaymentPayload not found.
|
Run PHPStan:
src/EndpointCollection/CustomerPaymentsEndpointCollection.php#L47
Static method Mollie\Api\Factories\CreatePaymentRequestFactory::new() invoked with 1 parameter, 0 required.
|
Run PHPStan:
src/EndpointCollection/CustomerPaymentsEndpointCollection.php#L51
Class Mollie\Api\Http\Data\CreatePaymentQuery not found.
|
Run PHPStan:
src/EndpointCollection/CustomerPaymentsEndpointCollection.php#L52
Call to static method fromArray() on an unknown class Mollie\Api\Http\Data\CreatePaymentQuery.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading