Subversion Repositories qbpwcf-lib(archive)

Rev

Rev 915 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 liveuser 1
<?php
2
 
3
if (\PHP_VERSION_ID < 80000) {
4
    interface Stringable
5
    {
6
        /**
7
         * @return string
8
         */
9
        public function __toString();
10
    }
11
}