Skip to content

Commit db3bc58

Browse files
committed
Ignore typing ReflectionClass parameter
1 parent 6fea094 commit db3bc58

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/PHPFUI/InstaDoc/Section/Doc.php

+1
Original file line numberDiff line numberDiff line change
@@ -427,6 +427,7 @@ protected function getNameScope(\ReflectionProperty|\ReflectionMethod|\Reflectio
427427
return '';
428428
}
429429

430+
// @phpstan-ignore-next-line
430431
protected function getProperty(\ReflectionProperty $property, \ReflectionClass $class) : string
431432
{
432433
$property->setAccessible(true);

0 commit comments

Comments
 (0)