result = $result; return $this; } public function isPropagationStopped(): bool { return ! is_null($this->result); } }