Skip to content

Commit

Permalink
Merge pull request #63 from localheinz/fix/be
Browse files Browse the repository at this point in the history
Fix: Let it be
  • Loading branch information
frankdejonge committed Dec 14, 2015
2 parents 45a180b + 6aa3463 commit 89910d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Emitter.php
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 89910d5

Please sign in to comment.