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:
Jacob Tobiasz 2023-08-21 17:18:55 +02:00 committed by GitHub
commit 65bc7a32e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 -->