xref: /plugin/combo/vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php (revision 04fd306c7c155fa133ebb3669986875d65988276)
1<?php
2
3if (\PHP_VERSION_ID < 80000) {
4    interface Stringable
5    {
6        /**
7         * @return string
8         */
9        public function __toString();
10    }
11}
12