File "ContainerInterface.php"

Full Path: /home/warrior1/public_html/languages/wp-content/plugins/mailpoet/vendor-prefixed/psr/container/src/ContainerInterface.php
File size: 204 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
declare (strict_types=1);
namespace MailPoetVendor\Psr\Container;
if (!defined('ABSPATH')) exit;
interface ContainerInterface
{
 public function get(string $id);
 public function has(string $id);
}