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.