Completed
Push — 1.2-symfony4-packages ( 39ce77...14945a )
by Kamil
18:11
created
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
@@ -17,8 +17,8 @@
 block discarded – undo
17 17
 use PhpSpec\ObjectBehavior;
18 18
 use Sylius\Bundle\ReviewBundle\Updater\ReviewableRatingUpdaterInterface;
19 19
 use Sylius\Component\Review\Calculator\ReviewableRatingCalculatorInterface;
20
-use Sylius\Component\Review\Model\ReviewableInterface;
21 20
 use Sylius\Component\Review\Model\ReviewInterface;
21
+use Sylius\Component\Review\Model\ReviewableInterface;
22 22
 
23 23
 final class AverageRatingUpdaterSpec extends ObjectBehavior
24 24
 {
Please login to merge, or discard this patch.
src/Sylius/Bundle/ThemeBundle/Filesystem/FilesystemInterface.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@
 block discarded – undo
47 47
     /**
48 48
      * Checks the existence of files or directories.
49 49
      *
50
-     * @param string|array|\Traversable $files A filename, an array of files, or a \Traversable instance to check
50
+     * @param string $files A filename, an array of files, or a \Traversable instance to check
51 51
      *
52 52
      * @return bool true if the file exists, false otherwise
53 53
      */
Please login to merge, or discard this patch.
ThemeBundle/spec/Configuration/Test/TestThemeConfigurationManagerSpec.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -13,11 +13,11 @@
 block discarded – undo
13 13
 
14 14
 namespace spec\Sylius\Bundle\ThemeBundle\Configuration\Test;
15 15
 
16
-use org\bovigo\vfs\vfsStreamDirectory as VfsStreamDirectory;
17
-use org\bovigo\vfs\vfsStreamWrapper as VfsStreamWrapper;
18 16
 use PhpSpec\ObjectBehavior;
19 17
 use Sylius\Bundle\ThemeBundle\Configuration\ConfigurationProcessorInterface;
20 18
 use Sylius\Bundle\ThemeBundle\Configuration\Test\TestThemeConfigurationManagerInterface;
19
+use org\bovigo\vfs\vfsStreamDirectory as VfsStreamDirectory;
20
+use org\bovigo\vfs\vfsStreamWrapper as VfsStreamWrapper;
21 21
 
22 22
 final class TestThemeConfigurationManagerSpec extends ObjectBehavior
23 23
 {
Please login to merge, or discard this patch.
Sylius/Component/Attribute/spec/AttributeType/IntegerAttributeTypeSpec.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,9 +19,9 @@
 block discarded – undo
19 19
 use Sylius\Component\Attribute\AttributeType\IntegerAttributeType;
20 20
 use Sylius\Component\Attribute\Model\AttributeInterface;
21 21
 use Sylius\Component\Attribute\Model\AttributeValueInterface;
22
-use Symfony\Component\Validator\Constraints\NotBlank;
23 22
 use Symfony\Component\Validator\ConstraintViolationInterface;
24 23
 use Symfony\Component\Validator\ConstraintViolationListInterface;
24
+use Symfony\Component\Validator\Constraints\NotBlank;
25 25
 use Symfony\Component\Validator\Context\ExecutionContextInterface;
26 26
 use Symfony\Component\Validator\Validator\ValidatorInterface;
27 27
 use Symfony\Component\Validator\Violation\ConstraintViolationBuilderInterface;
Please login to merge, or discard this patch.
Sylius/Component/Attribute/spec/AttributeType/PercentAttributeTypeSpec.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,9 +19,9 @@
 block discarded – undo
19 19
 use Sylius\Component\Attribute\AttributeType\PercentAttributeType;
20 20
 use Sylius\Component\Attribute\Model\AttributeInterface;
21 21
 use Sylius\Component\Attribute\Model\AttributeValueInterface;
22
-use Symfony\Component\Validator\Constraints\NotBlank;
23 22
 use Symfony\Component\Validator\ConstraintViolationInterface;
24 23
 use Symfony\Component\Validator\ConstraintViolationListInterface;
24
+use Symfony\Component\Validator\Constraints\NotBlank;
25 25
 use Symfony\Component\Validator\Context\ExecutionContextInterface;
26 26
 use Symfony\Component\Validator\Validator\ValidatorInterface;
27 27
 use Symfony\Component\Validator\Violation\ConstraintViolationBuilderInterface;
Please login to merge, or discard this patch.
Sylius/Component/Attribute/spec/AttributeType/SelectAttributeTypeSpec.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,9 +19,9 @@
 block discarded – undo
19 19
 use Sylius\Component\Attribute\AttributeType\SelectAttributeType;
20 20
 use Sylius\Component\Attribute\Model\AttributeInterface;
21 21
 use Sylius\Component\Attribute\Model\AttributeValueInterface;
22
-use Symfony\Component\Validator\Constraints\NotBlank;
23 22
 use Symfony\Component\Validator\ConstraintViolationInterface;
24 23
 use Symfony\Component\Validator\ConstraintViolationListInterface;
24
+use Symfony\Component\Validator\Constraints\NotBlank;
25 25
 use Symfony\Component\Validator\Context\ExecutionContextInterface;
26 26
 use Symfony\Component\Validator\Validator\ValidatorInterface;
27 27
 use Symfony\Component\Validator\Violation\ConstraintViolationBuilderInterface;
Please login to merge, or discard this patch.
Sylius/Component/Attribute/spec/AttributeType/TextareaAttributeTypeSpec.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,9 +19,9 @@
 block discarded – undo
19 19
 use Sylius\Component\Attribute\AttributeType\TextareaAttributeType;
20 20
 use Sylius\Component\Attribute\Model\AttributeInterface;
21 21
 use Sylius\Component\Attribute\Model\AttributeValueInterface;
22
-use Symfony\Component\Validator\Constraints\NotBlank;
23 22
 use Symfony\Component\Validator\ConstraintViolationInterface;
24 23
 use Symfony\Component\Validator\ConstraintViolationListInterface;
24
+use Symfony\Component\Validator\Constraints\NotBlank;
25 25
 use Symfony\Component\Validator\Context\ExecutionContextInterface;
26 26
 use Symfony\Component\Validator\Validator\ValidatorInterface;
27 27
 use Symfony\Component\Validator\Violation\ConstraintViolationBuilderInterface;
Please login to merge, or discard this patch.
src/Sylius/Component/Attribute/spec/AttributeType/TextAttributeTypeSpec.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -19,10 +19,10 @@
 block discarded – undo
19 19
 use Sylius\Component\Attribute\AttributeType\TextAttributeType;
20 20
 use Sylius\Component\Attribute\Model\AttributeInterface;
21 21
 use Sylius\Component\Attribute\Model\AttributeValueInterface;
22
-use Symfony\Component\Validator\Constraints\Length;
23
-use Symfony\Component\Validator\Constraints\NotBlank;
24 22
 use Symfony\Component\Validator\ConstraintViolationInterface;
25 23
 use Symfony\Component\Validator\ConstraintViolationListInterface;
24
+use Symfony\Component\Validator\Constraints\Length;
25
+use Symfony\Component\Validator\Constraints\NotBlank;
26 26
 use Symfony\Component\Validator\Context\ExecutionContextInterface;
27 27
 use Symfony\Component\Validator\Validator\ValidatorInterface;
28 28
 use Symfony\Component\Validator\Violation\ConstraintViolationBuilderInterface;
Please login to merge, or discard this patch.
src/Sylius/Component/Core/spec/Model/ProductVariantSpec.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,8 +26,8 @@
 block discarded – undo
26 26
 use Sylius\Component\Resource\Model\VersionedInterface;
27 27
 use Sylius\Component\Shipping\Model\ShippableInterface;
28 28
 use Sylius\Component\Shipping\Model\ShippingCategoryInterface;
29
-use Sylius\Component\Taxation\Model\TaxableInterface;
30 29
 use Sylius\Component\Taxation\Model\TaxCategoryInterface;
30
+use Sylius\Component\Taxation\Model\TaxableInterface;
31 31
 
32 32
 final class ProductVariantSpec extends ObjectBehavior
33 33
 {
Please login to merge, or discard this patch.