From ae735c18450ffcce0e520fe37c1f262dd260e5a1 Mon Sep 17 00:00:00 2001 From: fadrian06 Date: Fri, 14 Aug 2026 02:47:56 -0400 Subject: [PATCH] remove Dispatcher properties redundants explanations --- flight/core/Dispatcher.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/flight/core/Dispatcher.php b/flight/core/Dispatcher.php index 54a99d8..0ac26e0 100644 --- a/flight/core/Dispatcher.php +++ b/flight/core/Dispatcher.php @@ -26,12 +26,10 @@ class Dispatcher public const FILTER_BEFORE = 'before'; public const FILTER_AFTER = 'after'; - /** Exception message if thrown by setting the container as a callable method. */ protected ?Throwable $containerException = null; - protected ?Engine $engine = null; - /** @var array Mapped events. */ + /** @var array */ protected array $events = []; /**