Skip to content

Commit 4cc2b12

Browse files
authored
[CS][DX] Refactor (#17602)
This PR has been generated automatically. For more details see [refactor.yaml](/Sylius/Sylius/blob/1.12/.github/workflows/refactor.yaml).
2 parents a5fb686 + bfd99ac commit 4cc2b12

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Sylius/Bundle/OrderBundle/spec/Resetter/CartChangesResetterSpec.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ function it_is_initializable(): void
3737

3838
function it_does_nothing_if_cart_is_not_managed(
3939
EntityManagerInterface $manager,
40-
OrderInterface $cart
40+
OrderInterface $cart,
4141
): void {
4242
$manager->contains($cart)->willReturn(false);
4343

@@ -53,7 +53,7 @@ function it_resets_changes_for_cart_items_and_units(
5353
OrderItemInterface $item,
5454
OrderItemUnitInterface $unitNew,
5555
OrderItemUnitInterface $unitExisting,
56-
Collection $itemsCollection
56+
Collection $itemsCollection,
5757
): void {
5858
$manager->contains($cart)->willReturn(true);
5959
$manager->getUnitOfWork()->willReturn($unitOfWork);

0 commit comments

Comments
 (0)