Skip to content

Commit

Permalink
fixed CS
Browse files Browse the repository at this point in the history
  • Loading branch information
Janos Szurovecz committed Nov 1, 2014
1 parent f7bbe72 commit cf6d135
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/predaddy/commandhandling/DirectCommandBus.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ class DirectCommandBus extends CommandBus
/**
* @param DirectCommandBusBuilder $builder
*/
public function __construct(DirectCommandBusBuilder $builder) {
public function __construct(DirectCommandBusBuilder $builder)
{
parent::__construct($builder);
$this->register(new DirectCommandForwarder($builder->getRepository(), $builder->getHandlerDescriptorFactory()));
}
Expand Down

0 comments on commit cf6d135

Please sign in to comment.