@@ -1,4 +1,4 @@ |
||
| 1 | -<?php declare(strict_types=1); |
|
| 1 | +<?php declare(strict_types = 1); |
|
| 2 | 2 | |
| 3 | 3 | namespace ApiClients\Foundation\Oauth1; |
| 4 | 4 | |
@@ -1,4 +1,4 @@ discard block |
||
| 1 | -<?php declare(strict_types=1); |
|
| 1 | +<?php declare(strict_types = 1); |
|
| 2 | 2 | |
| 3 | 3 | namespace ApiClients\Foundation\Oauth1\Middleware; |
| 4 | 4 | |
@@ -45,7 +45,7 @@ discard block |
||
| 45 | 45 | return resolve($request); |
| 46 | 46 | } |
| 47 | 47 | |
| 48 | - return futurePromise($this->loop, [$request, $options])->then(function ($args) { |
|
| 48 | + return futurePromise($this->loop, [$request, $options])->then(function($args) { |
|
| 49 | 49 | return resolve($this->signRequest(...$args)); |
| 50 | 50 | }); |
| 51 | 51 | } |