Passed
Pull Request — master (#2)
by
unknown
02:15
created
src/Tracking/Single/CashOnDeliveryResponse.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\Tracking\Single;
15 15
 
Please login to merge, or discard this patch.
src/Tracking/Single/PostalOrderEvent.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\Tracking\Single;
15 15
 
Please login to merge, or discard this patch.
src/Tracking/Single/Address.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\Tracking\Single;
15 15
 
Please login to merge, or discard this patch.
src/Tracking/Single/OperationHistoryRecord.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\Tracking\Single;
15 15
 
Please login to merge, or discard this patch.
src/Tracking/Single/UserParameters.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\Tracking\Single;
15 15
 
Please login to merge, or discard this patch.
src/Tracking/Single/FinanceParameters.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\Tracking\Single;
15 15
 
Please login to merge, or discard this patch.
src/Tracking/Single/ItemParameters.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\Tracking\Single;
15 15
 
Please login to merge, or discard this patch.
src/Tracking/Single/PostalOrderEventsForMail.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\Tracking\Single;
15 15
 
Please login to merge, or discard this patch.
src/Tracking/SingleAccessClient.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -122,7 +122,7 @@
 block discarded – undo
122 122
 
123 123
     protected function getClient(): \SoapClient
124 124
     {
125
-        if (! $this->client) {
125
+        if (!$this->client) {
126 126
             $this->client = new \SoapClient(self::WSDL_URL, $this->options);
127 127
         }
128 128
 
Please login to merge, or discard this patch.