streams/vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php
2020-07-07 15:25:01 +10:00

9 lines
104 B
PHP

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