We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fea094 commit db3bc58Copy full SHA for db3bc58
src/PHPFUI/InstaDoc/Section/Doc.php
@@ -427,6 +427,7 @@ protected function getNameScope(\ReflectionProperty|\ReflectionMethod|\Reflectio
427
return '';
428
}
429
430
+ // @phpstan-ignore-next-line
431
protected function getProperty(\ReflectionProperty $property, \ReflectionClass $class) : string
432
{
433
$property->setAccessible(true);
0 commit comments