- 
  Notifications
 You must be signed in to change notification settings 
- Fork 95
Add analysis for route generation by controllers and UrlGeneratorInterface #238
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add analysis for route generation by controllers and UrlGeneratorInterface #238
Conversation
b5d7311 to
 d35cd60  
 Compare
 
 d35cd60 to
 2892226  
 Compare
 
 @ondrejmirtes would this feature be something you would see in this project?
I need @lookyman to look at this, I'm not able to evaluate it myself as I personally don't use Symfony. Thanks.
@lookyman did you had any chance to look over it or at least for letting me know if this might be a feature of relevance for this plugin?
I did have a look. It's an OK feature, but to be honest, it's pretty specific use case, and I'm not sure I really want to maintain it here..
I did have a look. It's an OK feature, but to be honest, it's pretty specific use case, and I'm not sure I really want to maintain it here..
It is definitely a specific feature and I fully understand the maintaining issue here. I will outsource it to another repository than to allow others to use / copy / extend it by need.
Thank you guys for all your work!
For anyone interested in such a feature - here's the package:
https://packagist.org/packages/dadadev/phpstan-symfony-routing 
Uh oh!
There was an error while loading. Please reload this page.
Hi there.
we were in need of this feature to detect possible dead route generation when using dynamicly generated route "name"s through symfony by its
namespace_controller_methodstyle.Therefore I've created this simple analysis which I would like to share with anyone in the same need.