name : CanDispatchEvents.php
<?php

declare(strict_types=1);

namespace Webauthn\MetadataService\Event;

use Psr\EventDispatcher\EventDispatcherInterface;

interface CanDispatchEvents
{
    public function setEventDispatcher(EventDispatcherInterface $eventDispatcher): void;
}

© 2025 Cubjrnet7