The doc comment array<array-key, ReflectionClass<object>> at position 2 could not be parsed: Unknown type name 'array-key' at position 2 in array<array-key, ReflectionClass<object>>.
Loading history...
30
*/
31
49
public static function getClassAncestry(ReflectionClass $class): array
The doc comment array<array-key, Reflect...ject>|ReflectionMethod> at position 2 could not be parsed: Unknown type name 'array-key' at position 2 in array<array-key, ReflectionClass<object>|ReflectionMethod>.
Loading history...
45
*/
46
47
public static function getMethodAncestry(ReflectionMethod $method): array
The doc comment array<array-key, Reflect...ject>|ReflectionMethod> at position 2 could not be parsed: Unknown type name 'array-key' at position 2 in array<array-key, ReflectionClass<object>|ReflectionMethod>.
Loading history...
58
*/
59
49
public static function getAncestry(ReflectionClass|ReflectionMethod $proband): array