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 = [];