You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.
Currently if a class is injected from a dependency injection framework it is not tracked as a dependency.
There should be a Visitor/Extractor that detects dependency framework calls.
Currently if a class is injected from a dependency injection framework it is not tracked as a dependency.
There should be a Visitor/Extractor that detects dependency framework calls.
Examples (laravel):
If I have seen correctly both styles of referencing classes (Through strings and
::class
) are handled by the PHP Parser as strings.The text was updated successfully, but these errors were encountered: