Skip to content

Commit

Permalink
NTR: CS fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitalij Mik committed Dec 13, 2024
1 parent d46cf28 commit f278ea8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions src/Components/OrderExpiration/ExpireAction.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ public function __construct(
OrderExpireService $orderExpireService,
SettingsService $settingsService,
LoggerInterface $logger
)
{
) {
$this->orderRepository = $orderRepository;
$this->salesChannelRepository = $salesChannelRepository;
$this->orderExpireService = $orderExpireService;
Expand Down
1 change: 0 additions & 1 deletion src/Service/Transition/TransactionTransitionService.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
use Shopware\Core\System\StateMachine\Aggregation\StateMachineState\StateMachineStateEntity;
use Shopware\Core\System\StateMachine\Aggregation\StateMachineTransition\StateMachineTransitionActions;


class TransactionTransitionService implements TransactionTransitionServiceInterface
{
/**
Expand Down

0 comments on commit f278ea8

Please sign in to comment.