File "Stringable.php"

Full Path: /home/warrior1/public_html/wp-content/plugins/mailpoet/vendor-prefixed/symfony/polyfill-php80/Resources/stubs/Stringable.php
File size: 155 bytes
MIME-type: text/x-php
Charset: utf-8

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