Home
last modified time | relevance | path

Searched refs:ReflectionNamedType (Results 1 – 2 of 2) sorted by relevance

/webtrees/app/
H A DContainer.php25 use ReflectionNamedType; alias
101 if ($type instanceof ReflectionNamedType) {
H A DStatistics.php65 use ReflectionNamedType; alias
184 return $type instanceof ReflectionNamedType && $type->getName() === 'string';