The value must be an instanceof the same class as the one in which the type declaration is used.
parent
值必須是 instanceof 使用了類型聲明的父級(jí)類。
static
static is a return-only type which requires that the value returned must be an instanceof the same class as the one the method is called in. 自 PHP 8.0.0 起可用。
更多建議: