Skip to content

Commit 690d0c7

Browse files
Add missing type annotation
1 parent cb01770 commit 690d0c7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Util/Reflection.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ public function methodsInTestClass(ReflectionClass $class): array
3535
return $this->filterMethods($class, null);
3636
}
3737

38+
/**
39+
* @psalm-return list<ReflectionMethod>
40+
*/
3841
private function filterMethods(ReflectionClass $class, ?int $filter): array
3942
{
4043
$methods = [];

0 commit comments

Comments
 (0)