When this extension learn to operate with [twig](https://github.com/phpstan/phpstan-symfony/pull/405) it would be nice to add rule where we can check generated routes agains paths in twig. ```twig <a href="{{ path('some_missing_page') }}"> ``` That would help me a lot on some old projects with checking PRs.
When this extension learn to operate with twig it would be nice to add rule where we can check generated routes agains paths in twig.
That would help me a lot on some old projects with checking PRs.