mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
[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:
commit
c6a345b45b
3 changed files with 13 additions and 2 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
|
|
@ -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 */
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@ use Symfony\Component\DependencyInjection\Reference;
|
|||
|
||||
/**
|
||||
* @internal
|
||||
*
|
||||
* @experimental
|
||||
*/
|
||||
final class ConditionalGatewayConfigEncryptionCheckerDecoratorPass implements CompilerPassInterface
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue