Skip to content

Commit

Permalink
Minor formatting and language tweaks to stay consistent with the spec.
Browse files Browse the repository at this point in the history
  • Loading branch information
Crell committed Jan 8, 2019
1 parent 8380006 commit dbefd12
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/EventDispatcherInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
interface EventDispatcherInterface
{
/**
* Provide all listeners with an event to process.
* Provide all relevant listeners with an event to process.
*
* @param object $event
* The object to process.
* The object to process.
*
* @return object
* The Event that was passed, now modified by listeners.
* The Event that was passed, now modified by listeners.
*/
public function dispatch(object $event);
}

0 comments on commit dbefd12

Please sign in to comment.