@@ -8,7 +8,7 @@ |
||
| 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 | |
@@ -8,7 +8,7 @@ discard block |
||
| 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 |
||
| 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 | |