Skip to content

Commit fda70eb

Browse files
dawehnernicolas-grekas
authored andcommitted
EventSubscriberInterface isn't a man
1 parent cc35e84 commit fda70eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EventSubscriberInterface.php

+1-1
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)