streams/vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php

10 lines
104 B
PHP
Raw Normal View History

2020-07-07 05:25:01 +00:00
<?php
interface Stringable
{
/**
* @return string
*/
public function __toString();
}