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