[CS][DX] Refactor (#17404)

This PR has been generated automatically.
For more details see
[refactor.yaml](/Sylius/Sylius/blob/1.12/.github/workflows/refactor.yaml).
This commit is contained in:
Grzegorz Sadowski 2024-11-04 06:54:48 +01:00 committed by GitHub
commit c6a345b45b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 13 additions and 2 deletions

View file

@ -1,7 +1,17 @@
<?php
namespace Sylius\Bundle\PaymentBundle\Checker;
/*
* This file is part of the Sylius package.
*
* (c) Sylius Sp. z o.o.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Sylius\Bundle\PaymentBundle\Checker;
use Sylius\Component\Payment\Model\GatewayConfigInterface;

View file

@ -13,8 +13,8 @@ declare(strict_types=1);
namespace Sylius\Bundle\PayumBundle\Checker;
use Sylius\Bundle\PayumBundle\Model\GatewayConfigInterface;
use Sylius\Bundle\PaymentBundle\Checker\GatewayConfigEncryptionCheckerInterface;
use Sylius\Bundle\PayumBundle\Model\GatewayConfigInterface;
use Sylius\Component\Payment\Model\GatewayConfigInterface as BaseGatewayConfigInterface;
/** @experimental */

View file

@ -20,6 +20,7 @@ use Symfony\Component\DependencyInjection\Reference;
/**
* @internal
*
* @experimental
*/
final class ConditionalGatewayConfigEncryptionCheckerDecoratorPass implements CompilerPassInterface