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

Commit f3fe456

Browse files
author
Greg Bell
committed
Clarify comment
1 parent daebdb7 commit f3fe456

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/SharedEventManager.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,8 @@ class SharedEventManager implements SharedEventManagerInterface
2727
/**
2828
* Attach a listener to an event emitted by components with specific identifiers.
2929
*
30-
* Allows attaching a listener to an event offered by an identifying
31-
* components. As an example, the following connects to the "getAll" event
32-
* of both an AbstractResource and EntityResource:
30+
* As an example, the following connects to the "getAll" event of both an
31+
* AbstractResource and EntityResource:
3332
*
3433
* <code>
3534
* $sharedEventManager = new SharedEventManager();

0 commit comments

Comments
 (0)