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