Passed
Branch master (6c8c5b)
by Jhao
02:26
created
Category
src/Tracking/Single/PostalOrderEventsForMail.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
8 8
  * For the full copyright and license information, please view the LICENSE
9 9
  * file that was distributed with this source code.
10 10
  */
11
-declare(strict_types=1);
11
+declare(strict_types = 1);
12 12
 
13 13
 namespace Appwilio\RussianPostSDK\Tracking\Single;
14 14
 
Please login to merge, or discard this patch.
src/Tracking/Single/TrackingResponse.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
8 8
  * For the full copyright and license information, please view the LICENSE
9 9
  * file that was distributed with this source code.
10 10
  */
11
-declare(strict_types=1);
11
+declare(strict_types = 1);
12 12
 
13 13
 namespace Appwilio\RussianPostSDK\Tracking\Single;
14 14
 
Please login to merge, or discard this patch.
src/Tracking/Single/PostalOrderEventsForMailInput.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
8 8
  * For the full copyright and license information, please view the LICENSE
9 9
  * file that was distributed with this source code.
10 10
  */
11
-declare(strict_types=1);
11
+declare(strict_types = 1);
12 12
 
13 13
 namespace Appwilio\RussianPostSDK\Tracking\Single;
14 14
 
Please login to merge, or discard this patch.
src/Tracking/Single/OperationHistoryData.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
8 8
  * For the full copyright and license information, please view the LICENSE
9 9
  * file that was distributed with this source code.
10 10
  */
11
-declare(strict_types=1);
11
+declare(strict_types = 1);
12 12
 
13 13
 namespace Appwilio\RussianPostSDK\Tracking\Single;
14 14
 
Please login to merge, or discard this patch.
src/Tracking/Single/PostalOrderEventsForMailOutput.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
8 8
  * For the full copyright and license information, please view the LICENSE
9 9
  * file that was distributed with this source code.
10 10
  */
11
-declare(strict_types=1);
11
+declare(strict_types = 1);
12 12
 
13 13
 namespace Appwilio\RussianPostSDK\Tracking\Single;
14 14
 
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
@@ -8,7 +8,7 @@
 block discarded – undo
8 8
  * For the full copyright and license information, please view the LICENSE
9 9
  * file that was distributed with this source code.
10 10
  */
11
-declare(strict_types=1);
11
+declare(strict_types = 1);
12 12
 
13 13
 namespace Appwilio\RussianPostSDK\Tracking\Single;
14 14
 
Please login to merge, or discard this patch.
src/Tracking/Single/AuthorizationHeader.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
8 8
  * For the full copyright and license information, please view the LICENSE
9 9
  * file that was distributed with this source code.
10 10
  */
11
-declare(strict_types=1);
11
+declare(strict_types = 1);
12 12
 
13 13
 namespace Appwilio\RussianPostSDK\Tracking\Single;
14 14
 
Please login to merge, or discard this patch.
src/Tracking/Packet/Operation.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
8 8
  * For the full copyright and license information, please view the LICENSE
9 9
  * file that was distributed with this source code.
10 10
  */
11
-declare(strict_types=1);
11
+declare(strict_types = 1);
12 12
 
13 13
 namespace Appwilio\RussianPostSDK\Tracking\Packet;
14 14
 
Please login to merge, or discard this patch.
src/Tracking/Packet/Item.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@  discard block
 block discarded – undo
8 8
  * For the full copyright and license information, please view the LICENSE
9 9
  * file that was distributed with this source code.
10 10
  */
11
-declare(strict_types=1);
11
+declare(strict_types = 1);
12 12
 
13 13
 namespace Appwilio\RussianPostSDK\Tracking\Packet;
14 14
 
@@ -48,7 +48,7 @@  discard block
 block discarded – undo
48 48
 
49 49
     public function getError(): ?Error
50 50
     {
51
-        if (! $this->hasError()) {
51
+        if (!$this->hasError()) {
52 52
             return null;
53 53
         }
54 54
 
Please login to merge, or discard this patch.