Completed
Branch master (429264)
by Kamil
37:02
created
Bundle/ResourceBundle/spec/Form/Type/ResourceTranslationsTypeSpec.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
 use PhpSpec\ObjectBehavior;
15 15
 use Prophecy\Argument;
16 16
 use Sylius\Bundle\ResourceBundle\Form\EventSubscriber\ResourceTranslationsSubscriber;
17
-use Sylius\Component\Locale\Context\LocaleContextInterface;
18 17
 use Sylius\Component\Resource\Provider\AvailableLocalesProviderInterface;
19 18
 use Sylius\Component\Resource\Provider\LocaleProviderInterface;
20 19
 use Symfony\Component\Form\FormBuilderInterface;
Please login to merge, or discard this patch.
Sylius/Bundle/ResourceBundle/spec/Grid/View/ResourceGridViewFactorySpec.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
 namespace spec\Sylius\Bundle\ResourceBundle\Grid\View;
13 13
 
14 14
 use PhpSpec\ObjectBehavior;
15
-use Prophecy\Argument;
16 15
 use Sylius\Bundle\ResourceBundle\Controller\ParametersParserInterface;
17 16
 use Sylius\Bundle\ResourceBundle\Controller\RequestConfiguration;
18 17
 use Sylius\Bundle\ResourceBundle\Grid\View\ResourceGridView;
Please login to merge, or discard this patch.
src/Sylius/Bundle/ResourceBundle/spec/Grid/View/ResourceGridViewSpec.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
 namespace spec\Sylius\Bundle\ResourceBundle\Grid\View;
13 13
 
14 14
 use PhpSpec\ObjectBehavior;
15
-use Prophecy\Argument;
16 15
 use Sylius\Bundle\ResourceBundle\Controller\RequestConfiguration;
17 16
 use Sylius\Bundle\ResourceBundle\Grid\View\ResourceGridView;
18 17
 use Sylius\Component\Grid\Definition\Grid;
Please login to merge, or discard this patch.
Sylius/Bundle/ResourceBundle/spec/Provider/RequestLocaleProviderSpec.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -12,10 +12,7 @@
 block discarded – undo
12 12
 namespace spec\Sylius\Bundle\ResourceBundle\Provider;
13 13
 
14 14
 use PhpSpec\ObjectBehavior;
15
-use Sylius\Component\Locale\Model\LocaleInterface;
16 15
 use Sylius\Component\Resource\Repository\RepositoryInterface;
17
-use Symfony\Component\HttpKernel\Event\GetResponseEvent;
18
-use Symfony\Component\HttpFoundation\Request;
19 16
 use Symfony\Component\HttpKernel\KernelEvents;
20 17
 
21 18
 /**
Please login to merge, or discard this patch.
src/Sylius/Bundle/ReviewBundle/DependencyInjection/Configuration.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,8 +16,8 @@
 block discarded – undo
16 16
 use Sylius\Bundle\ReviewBundle\Doctrine\ORM\ReviewRepository;
17 17
 use Sylius\Bundle\ReviewBundle\Form\Type\ReviewType;
18 18
 use Sylius\Component\Resource\Factory\Factory;
19
-use Sylius\Component\Review\Model\ReviewerInterface;
20 19
 use Sylius\Component\Review\Model\ReviewInterface;
20
+use Sylius\Component\Review\Model\ReviewerInterface;
21 21
 use Symfony\Component\Config\Definition\Builder\ArrayNodeDefinition;
22 22
 use Symfony\Component\Config\Definition\Builder\TreeBuilder;
23 23
 use Symfony\Component\Config\Definition\ConfigurationInterface;
Please login to merge, or discard this patch.
src/Sylius/Bundle/ReviewBundle/Remover/ReviewerReviewsRemover.php 1 patch
Unused Use Statements   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -14,10 +14,9 @@
 block discarded – undo
14 14
 use Doctrine\Common\Persistence\ObjectManager;
15 15
 use Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository;
16 16
 use Sylius\Bundle\ReviewBundle\Updater\ReviewableRatingUpdaterInterface;
17
-use Sylius\Component\Review\Calculator\ReviewableRatingCalculatorInterface;
17
+use Sylius\Component\Review\Model\ReviewInterface;
18 18
 use Sylius\Component\Review\Model\ReviewableInterface;
19 19
 use Sylius\Component\Review\Model\ReviewerInterface;
20
-use Sylius\Component\Review\Model\ReviewInterface;
21 20
 
22 21
 /**
23 22
  * @author Grzegorz Sadowski <[email protected]>
Please login to merge, or discard this patch.
Sylius/Bundle/ReviewBundle/spec/EventListener/ReviewChangeListenerSpec.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,8 +15,8 @@
 block discarded – undo
15 15
 use Prophecy\Argument;
16 16
 use Sylius\Bundle\ReviewBundle\Updater\ReviewableRatingUpdaterInterface;
17 17
 use Sylius\Component\Resource\Exception\UnexpectedTypeException;
18
-use Sylius\Component\Review\Model\ReviewableInterface;
19 18
 use Sylius\Component\Review\Model\ReviewInterface;
19
+use Sylius\Component\Review\Model\ReviewableInterface;
20 20
 use Symfony\Component\EventDispatcher\GenericEvent;
21 21
 
22 22
 /**
Please login to merge, or discard this patch.
src/Sylius/Bundle/ReviewBundle/spec/Remover/ReviewerReviewsRemoverSpec.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,9 +16,9 @@
 block discarded – undo
16 16
 use Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository;
17 17
 use Sylius\Bundle\ReviewBundle\Remover\ReviewerReviewsRemoverInterface;
18 18
 use Sylius\Bundle\ReviewBundle\Updater\ReviewableRatingUpdaterInterface;
19
+use Sylius\Component\Review\Model\ReviewInterface;
19 20
 use Sylius\Component\Review\Model\ReviewableInterface;
20 21
 use Sylius\Component\Review\Model\ReviewerInterface;
21
-use Sylius\Component\Review\Model\ReviewInterface;
22 22
 
23 23
 /**
24 24
  * @author Grzegorz Sadowski <[email protected]>
Please login to merge, or discard this patch.
src/Sylius/Bundle/ReviewBundle/spec/Updater/AverageRatingUpdaterSpec.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,8 +15,8 @@
 block discarded – undo
15 15
 use PhpSpec\ObjectBehavior;
16 16
 use Sylius\Bundle\ReviewBundle\Updater\ReviewableRatingUpdaterInterface;
17 17
 use Sylius\Component\Review\Calculator\ReviewableRatingCalculatorInterface;
18
-use Sylius\Component\Review\Model\ReviewableInterface;
19 18
 use Sylius\Component\Review\Model\ReviewInterface;
19
+use Sylius\Component\Review\Model\ReviewableInterface;
20 20
 
21 21
 /**
22 22
  * @author Mateusz Zalewski <[email protected]>
Please login to merge, or discard this patch.