File "Comparable.php"

Full Path: /home/warrior1/public_html/wp-content/plugins/mailpoet/vendor-prefixed/doctrine/common/lib/Doctrine/Common/Comparable.php
File size: 140 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
namespace MailPoetVendor\Doctrine\Common;
if (!defined('ABSPATH')) exit;
interface Comparable
{
 public function compareTo($other);
}