@@ -24,7 +24,8 @@ |
||
24 | 24 | /** |
25 | 25 | * @param CommandBus $bus |
26 | 26 | */ |
27 | - public function __construct(CommandBus $bus) { |
|
27 | + public function __construct(CommandBus $bus) |
|
28 | + { |
|
28 | 29 | $this->bus = $bus; |
29 | 30 | } |
30 | 31 |