Passed
Push — master ( daf88b...fcefb5 )
by Jhao
04:25
created
src/LaravelServiceProvider.php 1 patch
Spacing   +3 added lines, -3 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;
15 15
 
@@ -24,13 +24,13 @@  discard block
 block discarded – undo
24 24
 
25 25
     public function register()
26 26
     {
27
-        $this->app->singleton(SingleAccessClient::class, function (Application $app) {
27
+        $this->app->singleton(SingleAccessClient::class, function(Application $app) {
28 28
             $config = $app['config']['services.russianpost.tracking'];
29 29
 
30 30
             return new SingleAccessClient($config['login'], $config['password']);
31 31
         });
32 32
 
33
-        $this->app->singleton(PacketAccessClient::class, function (Application $app) {
33
+        $this->app->singleton(PacketAccessClient::class, function(Application $app) {
34 34
             $config = $app['config']['services.russianpost.tracking'];
35 35
 
36 36
             return new PacketAccessClient($config['login'], $config['password']);
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
@@ -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/PostalOrderEventsForMailInput.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/TrackingResponse.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/Parameter.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/OperationParameters.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.