File "EventSubscriber.php"

Full Path: /home/warrior1/public_html/wp-content-20241001222009/plugins/mailpoet/vendor-prefixed/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php
File size: 175 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
declare (strict_types=1);
namespace MailPoetVendor\Doctrine\Common;
if (!defined('ABSPATH')) exit;
interface EventSubscriber
{
 public function getSubscribedEvents();
}