Skip to content
This repository was archived by the owner on Sep 19, 2023. It is now read-only.

Commit bc69e5f

Browse files
committed
Fixed compatibility with PHPStan 0.12
1 parent 369a58a commit bc69e5f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/Reflection/PHPParser/NamespacedNameProperty.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,10 @@ public function isInternal(): TrinaryLogic
8383
return TrinaryLogic::createNo();
8484
}
8585

86+
/** @return string|false */
87+
public function getDocComment()
88+
{
89+
return false;
90+
}
91+
8692
}

0 commit comments

Comments
 (0)