Mark new event and eventdispatcher classes as internal

This commit is contained in:
Art4 2025-01-27 15:10:04 +00:00 committed by Hypolite Petovan
parent 9e6f77c4b1
commit 2e660f44f2
6 changed files with 12 additions and 0 deletions

View file

@ -13,6 +13,8 @@ use Symfony\Component\EventDispatcher\EventDispatcher as SymfonyEventDispatcher;
/**
* Modified Event Dispatcher.
*
* @internal
*/
final class EventDispatcher extends SymfonyEventDispatcher
{