Skip to content

InvalidParent

親クラスがない場合に関数の戻り値の型がparentである場合に発生します。

<?php
class Foo {
    public function f(): parent {}
}

ユーザーノート