Passed
Branch master (aeb839)
by Rafał
09:35
created
src/PH/Component/Core/Model/PaymentInterface.php 1 patch
Spacing   +2 added lines, -2 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\Component\Core\Model;
6 6
 
@@ -17,5 +17,5 @@  discard block
 block discarded – undo
17 17
     /**
18 18
      * @param \DateTimeInterface|null $dateTime
19 19
      */
20
-    public function setCanceledAt(?\DateTimeInterface $dateTime): void;
20
+    public function setCanceledAt(?\DateTimeInterface $dateTime) : void;
21 21
 }
Please login to merge, or discard this patch.
src/PH/Component/Core/Model/SubscriptionInterface.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\Component\Core\Model;
6 6
 
Please login to merge, or discard this patch.
src/PH/Component/Core/SubscriptionTransitions.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\Component\Core;
6 6
 
Please login to merge, or discard this patch.
src/PH/Component/Core/SubscriptionPaymentStates.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\Component\Core;
6 6
 
Please login to merge, or discard this patch.
src/PH/Component/Core/Processor/SubscriptionPaymentProcessor.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\Component\Core\Processor;
6 6
 
Please login to merge, or discard this patch.
src/PH/Component/Core/Processor/SubscriptionProcessorInterface.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\Component\Core\Processor;
6 6
 
Please login to merge, or discard this patch.
src/PH/Component/Core/SubscriptionPaymentTransitions.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\Component\Core;
6 6
 
Please login to merge, or discard this patch.
src/PH/Component/Core/PaymentTransitions.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\Component\Core;
6 6
 
Please login to merge, or discard this patch.
src/PH/Component/Core/SubscriptionPurchaseStates.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\Component\Core;
6 6
 
Please login to merge, or discard this patch.