streams/vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php
2020-06-15 09:49:34 +10:00

9 lines
104 B
PHP

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