File "TranslatorStrongTypeInterface.php"

Full Path: /home/warrior1/public_html/wp-content/plugins/mailpoet/vendor-prefixed/nesbot/carbon/src/Carbon/TranslatorStrongTypeInterface.php
File size: 304 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
namespace MailPoetVendor\Carbon;
if (!defined('ABSPATH')) exit;
use MailPoetVendor\Symfony\Component\Translation\MessageCatalogueInterface;
interface TranslatorStrongTypeInterface
{
 public function getFromCatalogue(MessageCatalogueInterface $catalogue, string $id, string $domain = 'messages');
}