Completed
Push — docs-theming-guide ( 05fbaa )
by Kamil
80:57 queued 70:39
created
src/Sylius/Bundle/CoreBundle/Doctrine/ORM/ProductRepository.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,12 +16,12 @@
 block discarded – undo
16 16
 use Doctrine\ORM\EntityManager;
17 17
 use Doctrine\ORM\Mapping;
18 18
 use Doctrine\ORM\QueryBuilder;
19
+use SyliusLabs\AssociationHydrator\AssociationHydrator;
19 20
 use Sylius\Bundle\ProductBundle\Doctrine\ORM\ProductRepository as BaseProductRepository;
20 21
 use Sylius\Component\Core\Model\ChannelInterface;
21 22
 use Sylius\Component\Core\Model\ProductInterface;
22 23
 use Sylius\Component\Core\Model\TaxonInterface;
23 24
 use Sylius\Component\Core\Repository\ProductRepositoryInterface;
24
-use SyliusLabs\AssociationHydrator\AssociationHydrator;
25 25
 
26 26
 class ProductRepository extends BaseProductRepository implements ProductRepositoryInterface
27 27
 {
Please login to merge, or discard this patch.
src/Sylius/Component/Taxation/Resolver/TaxRateResolver.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,8 +14,8 @@
 block discarded – undo
14 14
 namespace Sylius\Component\Taxation\Resolver;
15 15
 
16 16
 use Sylius\Component\Resource\Repository\RepositoryInterface;
17
-use Sylius\Component\Taxation\Model\TaxableInterface;
18 17
 use Sylius\Component\Taxation\Model\TaxRateInterface;
18
+use Sylius\Component\Taxation\Model\TaxableInterface;
19 19
 
20 20
 class TaxRateResolver implements TaxRateResolverInterface
21 21
 {
Please login to merge, or discard this patch.
src/Sylius/Behat/Context/Ui/Admin/ManagingProductsContext.php 1 patch
Unused Use Statements   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -18,15 +18,15 @@
 block discarded – undo
18 18
 use Sylius\Behat\NotificationType;
19 19
 use Sylius\Behat\Page\Admin\Crud\CreatePageInterface;
20 20
 use Sylius\Behat\Page\Admin\Crud\UpdatePageInterface;
21
+use Sylius\Behat\Page\Admin\ProductReview\IndexPageInterface as ProductReviewIndexPageInterface;
22
+use Sylius\Behat\Page\Admin\ProductVariant\CreatePageInterface as VariantCreatePageInterface;
23
+use Sylius\Behat\Page\Admin\ProductVariant\GeneratePageInterface;
21 24
 use Sylius\Behat\Page\Admin\Product\CreateConfigurableProductPageInterface;
22 25
 use Sylius\Behat\Page\Admin\Product\CreateSimpleProductPageInterface;
23 26
 use Sylius\Behat\Page\Admin\Product\IndexPageInterface;
24 27
 use Sylius\Behat\Page\Admin\Product\IndexPerTaxonPageInterface;
25 28
 use Sylius\Behat\Page\Admin\Product\UpdateConfigurableProductPageInterface;
26 29
 use Sylius\Behat\Page\Admin\Product\UpdateSimpleProductPageInterface;
27
-use Sylius\Behat\Page\Admin\ProductReview\IndexPageInterface as ProductReviewIndexPageInterface;
28
-use Sylius\Behat\Page\Admin\ProductVariant\CreatePageInterface as VariantCreatePageInterface;
29
-use Sylius\Behat\Page\Admin\ProductVariant\GeneratePageInterface;
30 30
 use Sylius\Behat\Service\NotificationCheckerInterface;
31 31
 use Sylius\Behat\Service\Resolver\CurrentPageResolverInterface;
32 32
 use Sylius\Behat\Service\SharedStorageInterface;
Please login to merge, or discard this patch.
src/Sylius/Behat/Context/Api/Admin/ManagingShipmentsContext.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,6 @@
 block discarded – undo
23 23
 use Sylius\Component\Core\Model\OrderInterface;
24 24
 use Sylius\Component\Core\Model\ProductInterface;
25 25
 use Sylius\Component\Customer\Model\CustomerInterface;
26
-use Sylius\Component\Shipping\Model\ShipmentUnitInterface;
27 26
 use Sylius\Component\Shipping\ShipmentTransitions;
28 27
 use Webmozart\Assert\Assert;
29 28
 
Please login to merge, or discard this patch.
Bundle/ApiBundle/spec/DataProvider/TaxonCollectionDataProviderSpec.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -19,11 +19,8 @@
 block discarded – undo
19 19
 use Sylius\Component\Core\Model\ChannelInterface;
20 20
 use Sylius\Component\Core\Model\ProductInterface;
21 21
 use Sylius\Component\Core\Model\TaxonInterface;
22
-use Sylius\Component\Customer\Context\CustomerContextInterface;
23 22
 use Sylius\Component\Taxonomy\Repository\TaxonRepositoryInterface;
24 23
 use Sylius\Component\User\Model\UserInterface;
25
-use Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface;
26
-use Symfony\Component\Security\Core\Authentication\Token\TokenInterface;
27 24
 
28 25
 final class TaxonCollectionDataProviderSpec extends ObjectBehavior
29 26
 {
Please login to merge, or discard this patch.