Skip to content

The Traits that a Trait uses are not documentated. #3820

@FKuemmel

Description

@FKuemmel

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

  1. Create two Traits TraitA and TraitB
  2. TraitA uses TraitB
  3. run phpDocumentor
  4. open generated doc of TraitA and see that it is not documentated that TraitA uses TraitB

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions