Completed
Push — 1.0-sf-fix ( 6e5b28 )
by Kamil
26:22
created
src/Sylius/Bundle/CoreBundle/spec/OAuth/UserProviderSpec.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
  * file that was distributed with this source code.
10 10
  */
11 11
 
12
-declare(strict_types=1);
12
+declare(strict_types = 1);
13 13
 
14 14
 namespace spec\Sylius\Bundle\CoreBundle\OAuth;
15 15
 
Please login to merge, or discard this patch.
src/Sylius/Bundle/CoreBundle/spec/Checkout/CheckoutRedirectListenerSpec.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
  * file that was distributed with this source code.
10 10
  */
11 11
 
12
-declare(strict_types=1);
12
+declare(strict_types = 1);
13 13
 
14 14
 namespace spec\Sylius\Bundle\CoreBundle\Checkout;
15 15
 
Please login to merge, or discard this patch.
spec/Doctrine/ORM/Inventory/Operator/OrderInventoryOperatorSpec.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
  * file that was distributed with this source code.
10 10
  */
11 11
 
12
-declare(strict_types=1);
12
+declare(strict_types = 1);
13 13
 
14 14
 namespace spec\Sylius\Bundle\CoreBundle\Doctrine\ORM\Inventory\Operator;
15 15
 
Please login to merge, or discard this patch.
Bundle/CoreBundle/spec/Provider/ChannelBasedDefaultTaxZoneProviderSpec.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
  * file that was distributed with this source code.
10 10
  */
11 11
 
12
-declare(strict_types=1);
12
+declare(strict_types = 1);
13 13
 
14 14
 namespace spec\Sylius\Bundle\CoreBundle\Provider;
15 15
 
Please login to merge, or discard this patch.
src/Sylius/Bundle/CoreBundle/spec/Installer/Requirement/RequirementSpec.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
  * file that was distributed with this source code.
10 10
  */
11 11
 
12
-declare(strict_types=1);
12
+declare(strict_types = 1);
13 13
 
14 14
 namespace spec\Sylius\Bundle\CoreBundle\Installer\Requirement;
15 15
 
Please login to merge, or discard this patch.
Sylius/Bundle/CoreBundle/spec/Installer/Executor/CommandExecutorSpec.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
  * file that was distributed with this source code.
10 10
  */
11 11
 
12
-declare(strict_types=1);
12
+declare(strict_types = 1);
13 13
 
14 14
 namespace spec\Sylius\Bundle\CoreBundle\Installer\Executor;
15 15
 
Please login to merge, or discard this patch.
src/Sylius/Bundle/CoreBundle/spec/Assigner/CustomerIpAssignerSpec.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
  * file that was distributed with this source code.
10 10
  */
11 11
 
12
-declare(strict_types=1);
12
+declare(strict_types = 1);
13 13
 
14 14
 namespace spec\Sylius\Bundle\CoreBundle\Assigner;
15 15
 
Please login to merge, or discard this patch.
Bundle/CoreBundle/spec/Taxation/Strategy/TaxCalculationStrategySpec.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
  * file that was distributed with this source code.
10 10
  */
11 11
 
12
-declare(strict_types=1);
12
+declare(strict_types = 1);
13 13
 
14 14
 namespace spec\Sylius\Bundle\CoreBundle\Taxation\Strategy;
15 15
 
Please login to merge, or discard this patch.
src/Sylius/Bundle/CoreBundle/spec/Remover/ReviewerReviewsRemoverSpec.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
  * file that was distributed with this source code.
10 10
  */
11 11
 
12
-declare(strict_types=1);
12
+declare(strict_types = 1);
13 13
 
14 14
 namespace spec\Sylius\Bundle\CoreBundle\Remover;
15 15
 
Please login to merge, or discard this patch.
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,9 +18,9 @@
 block discarded – undo
18 18
 use Sylius\Bundle\CoreBundle\Remover\ReviewerReviewsRemoverInterface;
19 19
 use Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository;
20 20
 use Sylius\Bundle\ReviewBundle\Updater\ReviewableRatingUpdaterInterface;
21
+use Sylius\Component\Review\Model\ReviewInterface;
21 22
 use Sylius\Component\Review\Model\ReviewableInterface;
22 23
 use Sylius\Component\Review\Model\ReviewerInterface;
23
-use Sylius\Component\Review\Model\ReviewInterface;
24 24
 
25 25
 final class ReviewerReviewsRemoverSpec extends ObjectBehavior
26 26
 {
Please login to merge, or discard this patch.