Files
ZangShiQi/vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php
2026-04-04 17:27:12 +08:00

12 lines
176 B
PHP
Executable File

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