Multiple inheritance not showing for interfaces in class hierarchy
Migrated issue
Reported by: jhodgdon
On an interface with multiple inheritance, such as
interface ConstraintViolationListInterface extends \Traversable, \Countable, \ArrayAccess
Only one of the interfaces this extends is shown. All of them should be.
Related issue: Issue #3084592
Edited by drupalbot