OwlCyberSecurity - MANAGER
Edit File: Comparable.php
<?php namespace MailPoetVendor\Doctrine\Common; if (!defined('ABSPATH')) exit; interface Comparable { public function compareTo($other); }