Skip to content

Commit 6fea094

Browse files
committed
PHPStan update
1 parent 0d68163 commit 6fea094

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/PHPFUI/InstaDoc/Section/Doc.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,6 @@ protected function getProperty(\ReflectionProperty $property, \ReflectionClass $
441441

442442
if ($type)
443443
{
444-
// @phpstan-ignore-next-line
445444
$info .= $this->getColor('type', $this->getClassName($type)) . ' ';
446445
}
447446
$info .= $this->getName($property, $this->getColor('variable', '$' . $property->getName()));

0 commit comments

Comments
 (0)