Completed
Push — master ( 37d52e...ca4941 )
by Jhao
11:04
created
src/Dispatching/Instantiator.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 Appwilio\RussianPostSDK\Dispatching;
15 15
 
Please login to merge, or discard this patch.
src/Dispatching/Endpoints/Orders/Requests/OrderRequest.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 Appwilio\RussianPostSDK\Dispatching\Endpoints\Orders\Requests;
6 6
 
@@ -129,7 +129,7 @@  discard block
 block discarded – undo
129 129
     private function convertAddress(Address $address): \Generator
130 130
     {
131 131
         foreach ($address->toArray() as $key => $value) {
132
-            if ($key === 'index' && ! \preg_match(self::RUSSIA_POSTAL_CODE, $value)) {
132
+            if ($key === 'index' && !\preg_match(self::RUSSIA_POSTAL_CODE, $value)) {
133 133
                 yield 'str-index-to' => $value;
134 134
             } elseif ($key === 'mail-direct') {
135 135
                 yield $key => $value;
Please login to merge, or discard this patch.
src/Dispatching/Endpoints/Orders/Entites/Order.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 Appwilio\RussianPostSDK\Dispatching\Endpoints\Orders\Entites;
6 6
 
Please login to merge, or discard this patch.
src/Dispatching/Endpoints/Orders/Entites/OrderItem.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 Appwilio\RussianPostSDK\Dispatching\Endpoints\Orders\Entites;
15 15
 
Please login to merge, or discard this patch.
src/Dispatching/Endpoints/Orders/Entites/CustomsDeclaration.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 Appwilio\RussianPostSDK\Dispatching\Endpoints\Orders\Entites;
6 6
 
Please login to merge, or discard this patch.
src/Dispatching/Endpoints/Orders/Entites/CustomsDeclarationItem.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 Appwilio\RussianPostSDK\Dispatching\Endpoints\Orders\Entites;
6 6
 
Please login to merge, or discard this patch.
src/Dispatching/Endpoints/Orders/Exceptions/OrderException.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 Appwilio\RussianPostSDK\Dispatching\Endpoints\Orders\Exceptions;
15 15
 
Please login to merge, or discard this patch.
src/Dispatching/DataAware.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 Appwilio\RussianPostSDK\Dispatching;
15 15
 
Please login to merge, or discard this patch.