Passed
Push — master ( daf88b...fcefb5 )
by Jhao
04:25
created
src/Tracking/Packet/Operation.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\Packet;
15 15
 
Please login to merge, or discard this patch.
src/Tracking/Packet/Error.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\Packet;
15 15
 
Please login to merge, or discard this patch.
src/Tracking/Packet/TrackingResponse.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@  discard block
 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\Packet;
15 15
 
@@ -41,7 +41,7 @@  discard block
 block discarded – undo
41 41
 
42 42
     public function getError(): ?Error
43 43
     {
44
-        if (! $this->hasError()) {
44
+        if (!$this->hasError()) {
45 45
             return null;
46 46
         }
47 47
 
Please login to merge, or discard this patch.
src/Tracking/Packet/Value.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\Packet;
15 15
 
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
@@ -9,7 +9,7 @@  discard block
 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\Packet;
15 15
 
@@ -49,7 +49,7 @@  discard block
 block discarded – undo
49 49
 
50 50
     public function getError(): ?Error
51 51
     {
52
-        if (! $this->hasError()) {
52
+        if (!$this->hasError()) {
53 53
             return null;
54 54
         }
55 55
 
Please login to merge, or discard this patch.
src/Tracking/Packet/TicketResponse.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@  discard block
 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\Packet;
15 15
 
@@ -33,7 +33,7 @@  discard block
 block discarded – undo
33 33
 
34 34
     public function getError(): ?Error
35 35
     {
36
-        if (! $this->hasError()) {
36
+        if (!$this->hasError()) {
37 37
             return null;
38 38
         }
39 39
 
Please login to merge, or discard this patch.