diff --git a/flight/core/Dispatcher.php b/flight/core/Dispatcher.php index f986f07..ed218f7 100644 --- a/flight/core/Dispatcher.php +++ b/flight/core/Dispatcher.php @@ -29,7 +29,10 @@ class Dispatcher protected ?Throwable $containerException = null; protected ?Engine $engine = null; - /** @var array */ + /** + * @deprecated Don't use this property directly, use `set()`, `get()` and `has()` instead. + * @var array + */ protected array $events = []; /**