Files
Background-panel/vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php
yyh931018@qq.com 1b0c8f4196 update
2022-09-08 15:32:32 +08:00

12 lines
165 B
PHP

<?php
if (\PHP_VERSION_ID < 80000) {
interface Stringable
{
/**
* @return string
*/
public function __toString();
}
}