Skip to content

Commit

Permalink
Merge 6aa3463 into 45a180b
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Dec 14, 2015
2 parents 45a180b + 6aa3463 commit 5bf502a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Emitter.php
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ protected function ensureListener($listener)
return CallbackListener::fromCallable($listener);
}

throw new InvalidArgumentException('Listeners should be be ListenerInterface, Closure or callable. Received type: '.gettype($listener));
throw new InvalidArgumentException('Listeners should be ListenerInterface, Closure or callable. Received type: '.gettype($listener));
}

/**
Expand Down

0 comments on commit 5bf502a

Please sign in to comment.