Skip to content

Commit 71bd976

Browse files
committed
Merge remote-tracking branch 'origin/feature/HM-1-sylius2-upgrade' into feature/HM-1-sylius2-upgrade
2 parents 41b9e57 + 210812d commit 71bd976

File tree

124 files changed

+223
-278
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

124 files changed

+223
-278
lines changed

src/Checker/ProductProcessingChecker.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313

1414
namespace Sylius\WishlistPlugin\Checker;
1515

16-
use Sylius\WishlistPlugin\Command\Wishlist\WishlistItemInterface;
1716
use Sylius\Bundle\OrderBundle\Controller\AddToCartCommandInterface;
17+
use Sylius\WishlistPlugin\Command\Wishlist\WishlistItemInterface;
1818

1919
final class ProductProcessingChecker implements ProductProcessingCheckerInterface
2020
{

src/Checker/ProductProcessingCheckerInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
/*
3+
/*
44
* This file is part of the Sylius package.
55
*
66
* (c) Sylius Sp. z o.o.

src/Checker/ProductQuantityChecker.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
/*
3+
/*
44
* This file is part of the Sylius package.
55
*
66
* (c) Sylius Sp. z o.o.

src/Checker/ProductQuantityCheckerInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
/*
3+
/*
44
* This file is part of the Sylius package.
55
*
66
* (c) Sylius Sp. z o.o.

src/Checker/WishlistNameChecker.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
/*
3+
/*
44
* This file is part of the Sylius package.
55
*
66
* (c) Sylius Sp. z o.o.

src/Checker/WishlistNameCheckerInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
/*
3+
/*
44
* This file is part of the Sylius package.
55
*
66
* (c) Sylius Sp. z o.o.

src/Command/RemoveGuestWishlistsCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
final class RemoveGuestWishlistsCommand extends Command
2323
{
24-
protected static $defaultName = 'sylius:wishlist:remove-guest-wishlists';
24+
protected static string $defaultName = 'sylius:wishlist:remove-guest-wishlists';
2525

2626
public function __construct(private WishlistRepositoryInterface $wishlistRepository)
2727
{

src/Command/Wishlist/AddProductToSelectedWishlist.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313

1414
namespace Sylius\WishlistPlugin\Command\Wishlist;
1515

16-
use Sylius\WishlistPlugin\Entity\WishlistInterface;
1716
use Sylius\Component\Core\Model\ProductInterface;
17+
use Sylius\WishlistPlugin\Entity\WishlistInterface;
1818

1919
final class AddProductToSelectedWishlist implements AddProductToSelectedWishlistInterface
2020
{

src/Command/Wishlist/AddProductToSelectedWishlistInterface.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
/*
3+
/*
44
* This file is part of the Sylius package.
55
*
66
* (c) Sylius Sp. z o.o.
@@ -13,8 +13,8 @@
1313

1414
namespace Sylius\WishlistPlugin\Command\Wishlist;
1515

16-
use Sylius\WishlistPlugin\Entity\WishlistInterface;
1716
use Sylius\Component\Core\Model\ProductInterface;
17+
use Sylius\WishlistPlugin\Entity\WishlistInterface;
1818

1919
interface AddProductToSelectedWishlistInterface extends WishlistSyncCommandInterface
2020
{

src/Command/Wishlist/AddProductVariantToWishlist.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
/*
3+
/*
44
* This file is part of the Sylius package.
55
*
66
* (c) Sylius Sp. z o.o.

0 commit comments

Comments
 (0)