@@ -1,5 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | -declare(strict_types=1); |
|
| 2 | +declare(strict_types = 1); |
|
| 3 | 3 | |
| 4 | 4 | namespace TBolier\RethinkQL; |
| 5 | 5 | |
@@ -1,5 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | -declare(strict_types=1); |
|
| 2 | +declare(strict_types = 1); |
|
| 3 | 3 | |
| 4 | 4 | namespace TBolier\RethinkQL; |
| 5 | 5 | |
@@ -50,7 +50,7 @@ |
||
| 50 | 50 | int $token, |
| 51 | 51 | ResponseInterface $response, |
| 52 | 52 | MessageInterface $message |
| 53 | - ) { |
|
| 53 | + ){ |
|
| 54 | 54 | $this->connection = $connection; |
| 55 | 55 | $this->token = $token; |
| 56 | 56 | $this->addResponse($response); |