File "GlobalsInterface.php"

Full Path: /home/warrior1/public_html/languages/wp-content/plugins/mailpoet/vendor-prefixed/twig/twig/src/Extension/GlobalsInterface.php
File size: 148 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
namespace MailPoetVendor\Twig\Extension;
if (!defined('ABSPATH')) exit;
interface GlobalsInterface
{
 public function getGlobals() : array;
}