mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
minor #15245 Fix CI 2023-08-21 (jakubtobiasz)
This PR was merged into the 1.12 branch. Discussion ---------- | Q | A | |-----------------|--------------------------------------------------------------| | Branch? | 1.12 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Related tickets | | License | MIT Commits ------- Silence the error about deprecated getUsername method in HWI OAuth Bundle
This commit is contained in:
commit
65bc7a32e4
1 changed files with 1 additions and 0 deletions
|
|
@ -64,6 +64,7 @@
|
|||
<DeprecatedMethod>
|
||||
<errorLevel type="info">
|
||||
<referencedMethod name="Faker\Generator::__get"/>
|
||||
<referencedMethod name="HWI\Bundle\OAuthBundle\OAuth\Response\UserResponseInterface::getUsername" />
|
||||
<referencedMethod name="Payum\Core\Model\GatewayConfigInterface::setFactoryName" />
|
||||
<referencedMethod name="Sylius\Component\Mailer\Sender\SenderInterface::send"/>
|
||||
<referencedMethod name="Symfony\Component\HttpFoundation\JsonResponse::create" /> <!-- deprecated in Symfony 5.1 -->
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue