interceptor)) { return; } $this->interceptor = [$this->interceptor]; } /** * @param array $handler * @return Interceptor */ public function execute(array $handler): static { return $this; } }