Skip to content

Commit

Permalink
Removing __invoke in CommandHandler
Browse files Browse the repository at this point in the history
  • Loading branch information
nilportugues committed May 2, 2016
1 parent 8122e51 commit 986948d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/CommandBus/Contracts/CommandHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,5 @@
*/
interface CommandHandler
{
/**
* @param Command $command
*/
public function __invoke($command);

}

0 comments on commit 986948d

Please sign in to comment.