remove Dispatcher properties redundants explanations

dispatcher-rework
fadrian06 5 days ago
parent 12607d9500
commit ae735c1845

@ -26,12 +26,10 @@ class Dispatcher
public const FILTER_BEFORE = 'before'; public const FILTER_BEFORE = 'before';
public const FILTER_AFTER = 'after'; public const FILTER_AFTER = 'after';
/** Exception message if thrown by setting the container as a callable method. */
protected ?Throwable $containerException = null; protected ?Throwable $containerException = null;
protected ?Engine $engine = null; protected ?Engine $engine = null;
/** @var array<string, callable(): (void|mixed)> Mapped events. */ /** @var array<string, callable(): (void|mixed)> */
protected array $events = []; protected array $events = [];
/** /**

Loading…
Cancel
Save