9 lines
155 B
PHP
9 lines
155 B
PHP
<?php
|
|
namespace MailPoetVendor;
|
|
if (!defined('ABSPATH')) exit;
|
|
if (\PHP_VERSION_ID < 80000) {
|
|
interface Stringable
|
|
{
|
|
public function __toString();
|
|
}
|
|
}
|