Skip to content

Commit b4ebae8

Browse files
Fix
1 parent 18e223a commit b4ebae8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Type/Php/ReflectionClassGetConstantsDynamicReturnTypeExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ private function getConstantNames(ClassReflection $classReflection, ?int $filter
176176
/**
177177
* @param non-empty-list<ClassReflection> $classReflections
178178
*/
179-
private function resolveGetConstants(Scope $scope, array $classReflections, ?Type $filterType): ?Type
179+
private function resolveGetConstants(Scope $scope, array $classReflections, ?Type $filterType): Type
180180
{
181181
if ($filterType === null) {
182182
return $this->buildConstantsArray($scope, $classReflections, null, false);

0 commit comments

Comments
 (0)