oont-contents/plugins/mailpoet/vendor-prefixed/symfony/polyfill-php80/Resources/stubs/Stringable.php
2025-02-08 15:10:23 +01:00

9 lines
155 B
PHP

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