File "EnvVarLoaderInterface.php"

Full Path: /home/warrior1/public_html/languages/wp-content/plugins/mailpoet/vendor-prefixed/symfony/dependency-injection/EnvVarLoaderInterface.php
File size: 177 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
namespace MailPoetVendor\Symfony\Component\DependencyInjection;
if (!defined('ABSPATH')) exit;
interface EnvVarLoaderInterface
{
 public function loadEnvVars() : array;
}