<?php

namespace Symfony\Component\EventDispatcher;

/**
 * @implements \IteratorAggregate<string, mixed>
 */
class GenericEvent implements \IteratorAggregate
{

}
