Completed
Push — 1.0-sf-fix ( 6e5b28 )
by Kamil
26:22
created
Sylius/Component/Channel/spec/Context/RequestBased/ChannelContextSpec.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\Component\Channel\Context\RequestBased;
15 15
 
Please login to merge, or discard this patch.
src/Sylius/Component/Channel/spec/Model/ChannelSpec.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\Component\Channel\Model;
15 15
 
Please login to merge, or discard this patch.
src/Sylius/Component/Channel/Factory/ChannelFactory.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 Sylius\Component\Channel\Factory;
15 15
 
Please login to merge, or discard this patch.
src/Sylius/Component/Channel/Context/SingleChannelContext.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 Sylius\Component\Channel\Context;
15 15
 
Please login to merge, or discard this patch.
Sylius/Component/Channel/Context/RequestBased/RequestResolverInterface.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 Sylius\Component\Channel\Context\RequestBased;
15 15
 
Please login to merge, or discard this patch.
src/Sylius/Component/Channel/Repository/ChannelRepositoryInterface.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 Sylius\Component\Channel\Repository;
15 15
 
Please login to merge, or discard this patch.
src/Sylius/Component/Channel/Model/Channel.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 Sylius\Component\Channel\Model;
15 15
 
Please login to merge, or discard this patch.
src/Sylius/Component/Taxation/spec/Resolver/TaxRateResolverSpec.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\Component\Taxation\Resolver;
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
@@ -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/Component/Taxation/spec/Model/TaxRateSpec.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\Component\Taxation\Model;
15 15
 
Please login to merge, or discard this patch.