www.lightcourse.com/vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php

10 lines
104 B
PHP
Raw Normal View History

2022-10-24 03:17:43 +00:00
<?php
interface Stringable
{
/**
* @return string
*/
public function __toString();
}