Skip to content

Commit 718d019

Browse files
minor symfony#29594 EventSubscriberInterface isn't a man (dawehner)
This PR was submitted for the master branch but it was squashed and merged into the 3.4 branch instead (closes symfony#29594). Discussion ---------- EventSubscriberInterface isn't a man | Q | A | ------------- | --- | Branch? | master | Bug fix? | yes | New feature? |no | BC breaks? | no | Tests pass? | yes | License | MIT The documentation talks about a man, an event subscriber clearly isn't one Commits ------- f58338e EventSubscriberInterface isn't a man
2 parents 3fff306 + f58338e commit 718d019

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/EventDispatcher/EventSubscriberInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
namespace Symfony\Component\EventDispatcher;
1313

1414
/**
15-
* An EventSubscriber knows himself what events he is interested in.
15+
* An EventSubscriber knows itself what events it is interested in.
1616
* If an EventSubscriber is added to an EventDispatcherInterface, the manager invokes
1717
* {@link getSubscribedEvents} and registers the subscriber as a listener for all
1818
* returned events.

0 commit comments

Comments
 (0)