Skip to content

Commit d4818d4

Browse files
committed
normalize psr-2
1 parent 7132523 commit d4818d4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/Behavioral/Strategy/Payment/PaymentProcessorWithoutStrategyTest

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ declare(strict_types=1);
44

55
namespace Growthdev\DesignPatterns\Tests\Behavioral\Strategy\Payment;
66

7-
use Growthdev\DesignPatterns\Behavioral\Strategy\Payment\CashPaymentMethod;
8-
use Growthdev\DesignPatterns\Behavioral\Strategy\Payment\CreditCardPaymentMethod;
9-
use Growthdev\DesignPatterns\Behavioral\Strategy\Payment\DebitCardPaymentMethod;
107
use Growthdev\DesignPatterns\Behavioral\Strategy\Payment\PaymentProcessorWithoutStrategy;
118
use PHPUnit\Framework\TestCase;
129

0 commit comments

Comments
 (0)