File "CarbonConverterInterface.php"

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

<?php
namespace MailPoetVendor\Carbon;
if (!defined('ABSPATH')) exit;
use DateTimeInterface;
interface CarbonConverterInterface
{
 public function convertDate(DateTimeInterface $dateTime, bool $negated = \false) : CarbonInterface;
}