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

Commit

Permalink
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/EventManager.php
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion src/SharedEventManager.php
Expand Up @@ -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)
{
Expand Down

0 comments on commit 67c0075

Please sign in to comment.