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

Commit

Permalink
Merge remote-tracking branch 'fritz-gerneth/docblockfix'
Browse files Browse the repository at this point in the history
  • Loading branch information
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/EventManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ public function getIdentifiers()
* Set the identifiers (overrides any currently set identifiers)
*
* @param string|int|array|Traversable $identifiers
* @return ModuleManager
* @return EventManager Provides a fluent interface
*/
public function setIdentifiers($identifiers)
{
Expand All @@ -154,7 +154,7 @@ public function setIdentifiers($identifiers)
* Add some identifier(s) (appends to any currently set identifiers)
*
* @param string|int|array|Traversable $identifiers
* @return ModuleManager
* @return EventManager Provides a fluent interface
*/
public function addIdentifiers($identifiers)
{
Expand Down

0 comments on commit 2d494af

Please sign in to comment.