corret Symfony docs link

This commit is contained in:
Tomas Votruba 2019-02-01 23:45:29 +01:00
parent 178a2fde5a
commit ce8b2485e9

View File

@ -23,7 +23,7 @@ use ReflectionMethod;
/**
* @see https://doc.nette.org/en/2.4/routing
* @see https://symfony.com/doc/current/routing/requirements.html
* @see https://symfony.com/doc/current/routing.html
*/
final class RouterListToControllerAnnotationsRector extends AbstractRector
{