Skip to content

Commit a22e2f0

Browse files
dawehnernicolas-grekas
authored andcommitted
Don't use he in docs when its not needed
1 parent fda70eb commit a22e2f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EventDispatcherInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public function addListener($eventName, $listener, $priority = 0);
4646
/**
4747
* Adds an event subscriber.
4848
*
49-
* The subscriber is asked for all the events he is
49+
* The subscriber is asked for all the events it is
5050
* interested in and added as a listener for these events.
5151
*/
5252
public function addSubscriber(EventSubscriberInterface $subscriber);

0 commit comments

Comments
 (0)