refactor #14923 [CS][DX] Refactor (github-actions[bot])

This PR was merged into the 1.12 branch.

Discussion
----------

This PR has been generated automatically.
For more details see [refactor.yaml](/Sylius/Sylius/blob/1.12/.github/workflows/refactor.yaml).

Commits
-------

5fed4db64e [CS][DX] Refactor
This commit is contained in:
Jacob Tobiasz 2023-04-12 08:53:12 +02:00 committed by GitHub
commit 18af095c66
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,8 +26,7 @@ final class DeleteOrderItemAction
public function __construct(
private MessageBusInterface $commandBus,
private OrderItemRepositoryInterface $orderItemRepository,
)
{
) {
}
public function __invoke(Request $request): Response