@@ -33,7 +33,7 @@ |
||
33 | 33 | */ |
34 | 34 | public function execute(Command $command) |
35 | 35 | { |
36 | - $this->lastCommandId = (string)$command; |
|
36 | + $this->lastCommandId = (string) $command; |
|
37 | 37 | $this->commandBus->execute($command); |
38 | 38 | } |
39 | 39 |
@@ -16,7 +16,7 @@ discard block |
||
16 | 16 | } |
17 | 17 | |
18 | 18 | foreach ($commands as $command) { |
19 | - while (!Cache::has((string)$command)) { |
|
19 | + while (!Cache::has((string) $command)) { |
|
20 | 20 | usleep(1000); |
21 | 21 | |
22 | 22 | if ($i > 8000) { |
@@ -33,6 +33,6 @@ discard block |
||
33 | 33 | */ |
34 | 34 | function uuid() |
35 | 35 | { |
36 | - return (string)\Ramsey\Uuid\Uuid::uuid4(); |
|
36 | + return (string) \Ramsey\Uuid\Uuid::uuid4(); |
|
37 | 37 | } |
38 | 38 | } |