Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/EventManager.php
Original file line number Diff line number Diff line change
@@ -79,7 +79,7 @@ public function setEventClass($class)
/**
* Set shared event manager
*
* @param SharedEventManagerInterface $connections
* @param SharedEventManagerInterface $sharedEventManager
* @return EventManager
*/
public function setSharedManager(SharedEventManagerInterface $sharedEventManager)
2 changes: 1 addition & 1 deletion src/SharedEventManager.php
Original file line number Diff line number Diff line change
@@ -59,7 +59,7 @@ class SharedEventManager implements SharedEventManagerInterface
* @param string $event
* @param callable $callback PHP Callback
* @param int $priority Priority at which listener should execute
* @return CallbackHander|array Either CallbackHandler or array of CallbackHandlers
* @return CallbackHandler|array Either CallbackHandler or array of CallbackHandlers
*/
public function attach($id, $event, $callback, $priority = 1)
{

0 comments on commit 13fabed

Please sign in to comment.