Skip to content

Commit

Permalink
Fix PHPStan moved methods
Browse files Browse the repository at this point in the history
  • Loading branch information
Prometee committed Jan 4, 2024
1 parent ae020a4 commit 5fe5fe1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion phpstan.neon.dist
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,7 @@ parameters:
- '/Parameter #1 \$configuration of method Symfony\\Component\\DependencyInjection\\Extension\\Extension::processConfiguration\(\) expects Symfony\\Component\\Config\\Definition\\ConfigurationInterface, Symfony\\Component\\Config\\Definition\\ConfigurationInterface\|null given\./'
- '/Parameter #1 \$request \(Payum\\Core\\Request\\Convert\) of method FluxSE\\SyliusPayumStripePlugin\\Action\\ConvertPaymentAction::execute\(\) should be contravariant with parameter \$request \(mixed\) of method Payum\\Core\\Action\\ActionInterface::execute\(\)/'
- message: '/Call to an undefined method Mockery\\ExpectationInterface\|Mockery\\HigherOrderMessage::(once|andReturnUsing)\(\)\./'
path: tests/Behat/Mocker/StripeCheckoutSessionMocker.php
paths:
- tests/Behat/Mocker/Api/CheckoutSessionMocker.php
- tests/Behat/Mocker/Api/PaymentIntentMocker.php
- tests/Behat/Mocker/Api/RefundMocker.php

0 comments on commit 5fe5fe1

Please sign in to comment.