Support question
Hello, thank you for the great tool! I have a question how phpstan detects real types of variables.
In my codebase I have several classes with trait usage and I want to detect that trait method calls are related to the different namespace of trait and not to original class. Is it possible to use phpstan in my php code? Maybe you can provide some examples how it's working internally or how I can integrate with phpstan. Thank you
Support question
Hello, thank you for the great tool! I have a question how phpstan detects real types of variables.
In my codebase I have several classes with trait usage and I want to detect that trait method calls are related to the different namespace of trait and not to original class. Is it possible to use phpstan in my php code? Maybe you can provide some examples how it's working internally or how I can integrate with phpstan. Thank you