setPropagationStopped(true); return true; } /** * Is propagation stopped ? * This will typically only be used by the handler to determine if the * previous handler halted propagation. */ public function isPropagationStopped(): bool { return Propagation::instance()->isPropagationStopped(); } }