remove reduntant EventDispatcher::$instance description

pull/722/head
fadrian06 3 days ago
parent d8fe78449c
commit 4c2a08c3e6

@ -6,7 +6,6 @@ namespace flight\core;
class EventDispatcher
{
/** @var self|null Singleton instance of the EventDispatcher */
private static ?self $instance = null;
/** @var array<string, array<int, callable>> */

Loading…
Cancel
Save