limits)) { return; } $this->limits = [$this->limits]; } /** * @param array $handler * @return array|string * @throws ReflectionException * @throws NotFindClassException */ public function execute(array $handler): array|string { // TODO: Implement execute() method. foreach ($this->limits as $key => $item) { $this->limits[$key] = [Snowflake::createObject($item), 'next']; } return $this->limits; } }