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

Description
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).