mirror of
https://github.com/zoe-may/TDoG-Skin.git
synced 2025-03-14 16:01:44 +08:00
12 lines
165 B
PHP
Executable File
12 lines
165 B
PHP
Executable File
<?php
|
|
|
|
if (\PHP_VERSION_ID < 80000) {
|
|
interface Stringable
|
|
{
|
|
/**
|
|
* @return string
|
|
*/
|
|
public function __toString();
|
|
}
|
|
}
|