File "TranslatorInterface.php"

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

<?php
namespace MailPoetVendor\Symfony\Contracts\Translation;
if (!defined('ABSPATH')) exit;
interface TranslatorInterface
{
 public function trans($id, array $parameters = [], $domain = null, $locale = null);
}