* * @todo Extend from Traversable once the min supported PHP version is 7.4. Remove bypass. */ interface Collection/* extends Traversable*/ { /** * Get an array of stdClass objects. * * @return stdClass[] */ public function getValueMapList(): array; }