From 4c2a08c3e6c86a7da160cea21fa8f0e08b2e6d46 Mon Sep 17 00:00:00 2001 From: fadrian06 Date: Sun, 16 Aug 2026 01:45:41 -0400 Subject: [PATCH] remove reduntant EventDispatcher::$instance description --- flight/core/EventDispatcher.php | 1 - 1 file changed, 1 deletion(-) diff --git a/flight/core/EventDispatcher.php b/flight/core/EventDispatcher.php index 8e60d1a..947d60a 100644 --- a/flight/core/EventDispatcher.php +++ b/flight/core/EventDispatcher.php @@ -6,7 +6,6 @@ namespace flight\core; class EventDispatcher { - /** @var self|null Singleton instance of the EventDispatcher */ private static ?self $instance = null; /** @var array> */