Completed
Push — 1.1-phpstan-level-2 ( 97dd94...261c61 )
by Kamil
22:40
created
src/Sylius/Component/Review/spec/Calculator/AverageRatingCalculatorSpec.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 Doctrine\Common\Collections\ArrayCollection;
17 17
 use PhpSpec\ObjectBehavior;
18 18
 use Sylius\Component\Review\Calculator\ReviewableRatingCalculatorInterface;
19
-use Sylius\Component\Review\Model\ReviewableInterface;
20 19
 use Sylius\Component\Review\Model\ReviewInterface;
20
+use Sylius\Component\Review\Model\ReviewableInterface;
21 21
 
22 22
 final class AverageRatingCalculatorSpec extends ObjectBehavior
23 23
 {
Please login to merge, or discard this patch.
src/Sylius/Component/Taxation/spec/Resolver/TaxRateResolverSpec.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,9 +15,9 @@
 block discarded – undo
15 15
 
16 16
 use PhpSpec\ObjectBehavior;
17 17
 use Sylius\Component\Resource\Repository\RepositoryInterface;
18
-use Sylius\Component\Taxation\Model\TaxableInterface;
19 18
 use Sylius\Component\Taxation\Model\TaxCategoryInterface;
20 19
 use Sylius\Component\Taxation\Model\TaxRateInterface;
20
+use Sylius\Component\Taxation\Model\TaxableInterface;
21 21
 use Sylius\Component\Taxation\Resolver\TaxRateResolverInterface;
22 22
 
23 23
 final class TaxRateResolverSpec extends ObjectBehavior
Please login to merge, or discard this patch.
src/Sylius/Behat/Context/Setup/ProductContext.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,6 @@
 block discarded – undo
35 35
 use Sylius\Component\Product\Model\ProductVariantTranslationInterface;
36 36
 use Sylius\Component\Product\Resolver\ProductVariantResolverInterface;
37 37
 use Sylius\Component\Resource\Factory\FactoryInterface;
38
-use Sylius\Component\Resource\Model\TranslationInterface;
39 38
 use Sylius\Component\Shipping\Model\ShippingCategoryInterface;
40 39
 use Sylius\Component\Taxation\Model\TaxCategoryInterface;
41 40
 use Symfony\Component\HttpFoundation\File\UploadedFile;
Please login to merge, or discard this patch.
src/Sylius/Behat/Context/Setup/TaxonomyContext.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,6 @@
 block discarded – undo
21 21
 use Sylius\Component\Core\Model\TaxonInterface;
22 22
 use Sylius\Component\Core\Uploader\ImageUploaderInterface;
23 23
 use Sylius\Component\Resource\Factory\FactoryInterface;
24
-use Sylius\Component\Resource\Model\TranslationInterface;
25 24
 use Sylius\Component\Resource\Repository\RepositoryInterface;
26 25
 use Sylius\Component\Taxonomy\Generator\TaxonSlugGeneratorInterface;
27 26
 use Sylius\Component\Taxonomy\Model\TaxonTranslationInterface;
Please login to merge, or discard this patch.
src/Sylius/Behat/Context/Ui/Admin/ManagingProductsContext.php 1 patch
Unused Use Statements   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -18,14 +18,13 @@
 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;
21 22
 use Sylius\Behat\Page\Admin\Product\CreateConfigurableProductPageInterface;
22 23
 use Sylius\Behat\Page\Admin\Product\CreateSimpleProductPageInterface;
23 24
 use Sylius\Behat\Page\Admin\Product\IndexPageInterface;
24 25
 use Sylius\Behat\Page\Admin\Product\IndexPerTaxonPageInterface;
25 26
 use Sylius\Behat\Page\Admin\Product\UpdateConfigurableProductPageInterface;
26 27
 use Sylius\Behat\Page\Admin\Product\UpdateSimpleProductPageInterface;
27
-use Sylius\Behat\Page\Admin\ProductReview\IndexPageInterface as ProductReviewIndexPageInterface;
28
-use Sylius\Behat\Page\SymfonyPageInterface;
29 28
 use Sylius\Behat\Service\NotificationCheckerInterface;
30 29
 use Sylius\Behat\Service\Resolver\CurrentPageResolverInterface;
31 30
 use Sylius\Behat\Service\SharedStorageInterface;
Please login to merge, or discard this patch.