EventSubscriberInterface isn't a man

This commit is contained in:
Daniel Wehner 2018-12-13 15:18:21 +00:00 committed by Nicolas Grekas
parent 3fff3068db
commit f58338e251

View File

@ -12,7 +12,7 @@
namespace Symfony\Component\EventDispatcher;
/**
* An EventSubscriber knows himself what events he is interested in.
* An EventSubscriber knows itself what events it is interested in.
* If an EventSubscriber is added to an EventDispatcherInterface, the manager invokes
* {@link getSubscribedEvents} and registers the subscriber as a listener for all
* returned events.