mihaeu / dephpend

Detect flaws in your architecture, before they drag you down into the depths of dependency hell ...
https://dephpend.com
MIT License
530 stars 26 forks source link

Dependency detection for explicit dependencies #4

Closed mihaeu closed 8 years ago

mihaeu commented 8 years ago

The following types of *explicit dependencies (i.e. no dynamic new $$$$var();) should be detected:

Questions:

mihaeu commented 8 years ago

Added support for Singleton in 22b6f1c and all the other explicit dependencies require having a closer look at variable scope (which I'm going to push off until the next milestone).