Completed
Push — master ( 5ca85f...6e4a40 )
by Rafał
04:01
created
src/PH/Bundle/SubscriptionBundle/Provider/SubscriptionIntervalsProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace PH\Bundle\SubscriptionBundle\Provider;
6 6
 
Please login to merge, or discard this patch.
SubscriptionBundle/Provider/SubscriptionIntervalsProviderInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace PH\Bundle\SubscriptionBundle\Provider;
6 6
 
Please login to merge, or discard this patch.
src/PH/Bundle/SubscriptionBundle/Form/Type/IntervalChoiceType.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace PH\Bundle\SubscriptionBundle\Form\Type;
6 6
 
Please login to merge, or discard this patch.
src/PH/Bundle/CoreBundle/DependencyInjection/PHCoreExtension.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace PH\Bundle\CoreBundle\DependencyInjection;
6 6
 
Please login to merge, or discard this patch.
src/PH/Bundle/CoreBundle/DependencyInjection/Configuration.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace PH\Bundle\CoreBundle\DependencyInjection;
6 6
 
Please login to merge, or discard this patch.