limits)) { $this->limits = [$this->limits]; } foreach ($this->limits as $key => $value) { $sn = Snowflake::createObject($value); if (!($sn instanceof \HttpServer\IInterface\Limits)) { continue; } $this->limits[$key] = [$sn, 'next']; } } /** * @param array $handler * @return Limits */ public function execute(array $handler): static { return $this; } }