We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d68163 commit 6fea094Copy full SHA for 6fea094
1 file changed
src/PHPFUI/InstaDoc/Section/Doc.php
@@ -441,7 +441,6 @@ protected function getProperty(\ReflectionProperty $property, \ReflectionClass $
441
442
if ($type)
443
{
444
- // @phpstan-ignore-next-line
445
$info .= $this->getColor('type', $this->getClassName($type)) . ' ';
446
}
447
$info .= $this->getName($property, $this->getColor('variable', '$' . $property->getName()));
0 commit comments