-
-
Notifications
You must be signed in to change notification settings - Fork 640
Closed
Description
The Traits that a Trait uses are not documentated.
Expected behavior
That the Traits that a Trait uses are simular documentated like the Traits that a Class uses.
Actual behavior
The Traits that a Trait uses are not documentated
Steps to reproduce the problem
- Create two Traits
TraitAandTraitB TraitAusesTraitB- run phpDocumentor
- open generated doc of TraitA and see that it is not documentated that
TraitAusesTraitB
Your environment
phpDocumentor v3.5.3
Suspicion
TraitInterface does not contain the methods public function setUsedTraits(Collection $usedTraits): void and public function getUsedTraits(): Collection that ClassInterface contains.
Metadata
Metadata
Assignees
Labels
No labels