@@ -1,4 +1,4 @@ discard block |
||
1 | -<?php declare(strict_types=1); |
|
1 | +<?php declare(strict_types = 1); |
|
2 | 2 | |
3 | 3 | namespace ApiClients\Tools\CommandBus; |
4 | 4 | |
@@ -42,7 +42,7 @@ discard block |
||
42 | 42 | */ |
43 | 43 | public function handle($command): CancellablePromiseInterface |
44 | 44 | { |
45 | - return futurePromise($this->loop, $command)->then(function ($command) { |
|
45 | + return futurePromise($this->loop, $command)->then(function($command) { |
|
46 | 46 | return resolve($this->commandBus->handle($command)); |
47 | 47 | }); |
48 | 48 | } |
@@ -1,4 +1,4 @@ |
||
1 | -<?php declare(strict_types=1); |
|
1 | +<?php declare(strict_types = 1); |
|
2 | 2 | |
3 | 3 | namespace ApiClients\Tools\CommandBus; |
4 | 4 |
@@ -1,4 +1,4 @@ |
||
1 | -<?php declare(strict_types=1); |
|
1 | +<?php declare(strict_types = 1); |
|
2 | 2 | |
3 | 3 | namespace ApiClients\Tools\CommandBus; |
4 | 4 |