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

Feature request: Add switch to include/exclude parameters and return types from the diagram #27

@oliverklee

Description

@oliverklee

At the moment, this code …

class A {}

class B {}

class C {
    private A $thing;

   public function checkAnotherThing(B $b): void {}
}

would lead to a diagram including the reference from C to B.

I'd love this to be configurable as for our usecase we only need references from properties (in addition to extends and implements).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions