We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9054120 commit 1104170Copy full SHA for 1104170
src/PhpDoc/PhpDocBlock.php
@@ -269,7 +269,7 @@ private static function getParentReflections(ClassReflection $classReflection):
269
$result[] = $parent;
270
}
271
272
- foreach ($classReflection->getInterfaces() as $interface) {
+ foreach ($classReflection->getImmediateInterfaces() as $interface) {
273
$result[] = $interface;
274
275
0 commit comments