<?php /** * This route does this and that. */ #[Route('/my/route/', name:'my_route')] function example() {} $reflector = new ReflectionFunction('example'); var_dump($reflector->getDocComment()); var_dump($reflector->getAttributes());
You have javascript disabled. You will not be able to edit any code.