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

@ -16,6 +16,8 @@ use Friendica\Event\NamedEvent;
/**
* Bridge between the EventDispatcher and the Hook class.
*
* @internal Provides BC
*/
final class HookEventBridge implements StaticEventSubscriber
{