Completed
Push — master ( 823f1c...5ca85f )
by Rafał
08:28
created
src/PH/Bundle/SubscriptionBundle/Form/Type/SubscriptionType.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@  discard block
 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
 
@@ -42,10 +42,10 @@  discard block
 block discarded – undo
42 42
 
43 43
         $builder->get('startDate')
44 44
             ->addModelTransformer(new CallbackTransformer(
45
-                function ($value) {
45
+                function($value) {
46 46
                     return $value;
47 47
                 },
48
-                function ($value) {
48
+                function($value) {
49 49
                     if (is_string($value)) {
50 50
                         return new \DateTime($value);
51 51
                     }
Please login to merge, or discard this patch.
src/PH/Bundle/SubscriptionBundle/Provider/StartDateProviderInterface.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/Provider/StartDateProvider.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.