S2OJ/web/app/vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php
Baoshuo 2fcc71029e
All checks were successful
continuous-integration/drone/push Build is passing
chore(web): move gregwar/captcha
2022-10-08 19:58:22 +08:00

12 lines
165 B
PHP

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