<?php trait T { /** * @return self */ public static function foo() { ... The OP's example is perfectly valid and demonstrates why @return self needs to ...
確定! 回上一頁