From 7379be00ac22bff9f929b36cb237d6aa5674e69c Mon Sep 17 00:00:00 2001 From: fadrian06 Date: Sat, 15 Aug 2026 14:23:49 -0400 Subject: [PATCH] simplify Dispatcher events values typehint --- flight/core/Dispatcher.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flight/core/Dispatcher.php b/flight/core/Dispatcher.php index c433ced..fd7ac3d 100644 --- a/flight/core/Dispatcher.php +++ b/flight/core/Dispatcher.php @@ -31,7 +31,7 @@ class Dispatcher /** * @deprecated Don't use this property directly, use `set()`, `get()` and `has()` instead. - * @var array + * @var array */ protected array $events = [];