PPI-1055 - Remove PayPal Plus #207
php.yml
on: pull_request
validate-openapi-typescript
5m 1s
Matrix: phpstan
Annotations
10 errors and 2 warnings
phpstan (trunk):
src/PaymentsApi/Administration/PayPalPaymentController.php#L58
Parameter $ordersResource of method Swag\PayPal\PaymentsApi\Administration\PayPalPaymentController::__construct() has invalid type Swag\PayPal\RestApi\V1\Resource\OrdersResource.
|
phpstan (trunk):
src/PaymentsApi/Administration/PayPalPaymentController.php#L58
Property Swag\PayPal\PaymentsApi\Administration\PayPalPaymentController::$ordersResource has unknown class Swag\PayPal\RestApi\V1\Resource\OrdersResource as its type.
|
phpstan (trunk):
src/PaymentsApi/Administration/PayPalPaymentController.php#L162
Call to method get() on an unknown class Swag\PayPal\RestApi\V1\Resource\OrdersResource.
|
phpstan (trunk):
src/PaymentsApi/Administration/PayPalPaymentController.php#L225
Call to an undefined method Swag\PayPal\RestApi\V1\Resource\SaleResource::refund().
|
phpstan (trunk):
src/PaymentsApi/Administration/PayPalPaymentController.php#L234
Call to an undefined method Swag\PayPal\RestApi\V1\Resource\CaptureResource::refund().
|
phpstan (trunk):
src/PaymentsApi/Administration/PayPalPaymentController.php#L298
Call to an undefined method Swag\PayPal\RestApi\V1\Resource\AuthorizationResource::capture().
|
phpstan (trunk):
src/PaymentsApi/Administration/PayPalPaymentController.php#L307
Call to method capture() on an unknown class Swag\PayPal\RestApi\V1\Resource\OrdersResource.
|
phpstan (trunk):
src/PaymentsApi/Administration/PayPalPaymentController.php#L364
Call to an undefined method Swag\PayPal\RestApi\V1\Resource\AuthorizationResource::void().
|
phpstan (trunk):
src/PaymentsApi/Administration/PayPalPaymentController.php#L371
Call to method void() on an unknown class Swag\PayPal\RestApi\V1\Resource\OrdersResource.
|
phpstan (trunk):
tests/Mock/PayPal/Client/GuzzleClientMock.php#L198
Call to static method get() on an unknown class Swag\PayPal\Test\Mock\PayPal\Client\CaptureAuthorizationResponseFixture.
|
validate-openapi-typescript
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
phpstan (trunk)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|