Skip to content

Commit

Permalink
Merge 82cd980 into 36920cc
Browse files Browse the repository at this point in the history
  • Loading branch information
bobmulder committed Feb 16, 2016
2 parents 36920cc + 82cd980 commit 1368150
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ListenerInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ interface ListenerInterface
* Handle an event.
*
* @param EventInterface $event
* @param mixed $param
*
* @return void
*/
public function handle(EventInterface $event);
public function handle(EventInterface $event, $param = null);

/**
* Check whether the listener is the given parameter.
Expand Down

0 comments on commit 1368150

Please sign in to comment.