[ticket/16379] Remove Symfony version from docblock

PHPBB3-16379
This commit is contained in:
mrgoldy 2020-02-28 12:42:41 +01:00
parent 4334b446b5
commit 1946d81ab3

View file

@ -17,7 +17,7 @@ use Symfony\Component\EventDispatcher\EventDispatcher;
use Symfony\Component\EventDispatcher\Event;
/**
* Extension of the Symfony3.3 EventDispatcher
* Extension of the Symfony EventDispatcher
*
* It provides an additional `trigger_event` method, which
* gives some syntactic sugar for dispatching events. Instead