관리-도구
편집 파일: Stringable.php
<?php if (\PHP_VERSION_ID < 80000) { interface Stringable { /** * @return string */ public function __toString(); } }