-
Notifications
You must be signed in to change notification settings - Fork 37
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
Checking links #131
Comments
Yeah, sure, it'd be nice to have some kind of We could also use it to verify that services asked from the DIC exist, and provide the correct type for named services from |
Ok I will draft some solution |
I have working proof of concept implementation. I just have one question: is it ok if I use internal Nette methods during static analysis? I tried to minimize dependencies on Nette. But there is lot of complex logic and I would like to use it as it is in Nette but it is marked as |
Never mind it iseems I would have to reimplement it a bit differently anyway |
Implemented in #132 |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
I am planning to write rules to check validity of links (link, redirect, ...) creation.
We already do this in our phpstan-latte extension (in hacky way) but I would like to write universal solution.
Should I make it as PR to this package or would you preffer it as separate package?
The text was updated successfully, but these errors were encountered: