File "ServiceProviderInterface.php"

Full Path: /home/warrior1/public_html/wp-content/plugins/mailpoet/vendor-prefixed/symfony/service-contracts/ServiceProviderInterface.php
File size: 256 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
namespace MailPoetVendor\Symfony\Contracts\Service;
if (!defined('ABSPATH')) exit;
use MailPoetVendor\Psr\Container\ContainerInterface;
interface ServiceProviderInterface extends ContainerInterface
{
 public function getProvidedServices() : array;
}