summaryrefslogtreecommitdiff
path: root/vendor/symfony/event-dispatcher/EventSubscriberInterface.php
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@webtrees.net>2019-01-07 16:45:05 +0000
committerGreg Roach <fisharebest@webtrees.net>2019-01-07 16:45:05 +0000
commit5bcdfc98762e27505526568ee9ad3b742a00e726 (patch)
treecfd1cd634dec05f13acfc37df52cd735967c5f6d /vendor/symfony/event-dispatcher/EventSubscriberInterface.php
parent25366223eb30b309b137279bf74b779083e0a64e (diff)
downloadwebtrees-5bcdfc98762e27505526568ee9ad3b742a00e726.tar.gz
webtrees-5bcdfc98762e27505526568ee9ad3b742a00e726.tar.bz2
webtrees-5bcdfc98762e27505526568ee9ad3b742a00e726.zip
Update vendor dependencies
Diffstat (limited to 'vendor/symfony/event-dispatcher/EventSubscriberInterface.php')
-rw-r--r--vendor/symfony/event-dispatcher/EventSubscriberInterface.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/symfony/event-dispatcher/EventSubscriberInterface.php b/vendor/symfony/event-dispatcher/EventSubscriberInterface.php
index 8af778919b..6e1976b86a 100644
--- a/vendor/symfony/event-dispatcher/EventSubscriberInterface.php
+++ b/vendor/symfony/event-dispatcher/EventSubscriberInterface.php
@@ -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.