*/ class Rules implements \IteratorAggregate { /** * @return \ArrayIterator */ public function getIterator(): \ArrayIterator { // nothing } }