Hey, when I call $this->docBlockAnalyzer->removeAnnotationFromNode($classMethodNode, 'Template'); template annotation is removed correctly, but it converts @Route("/", name="homepage") to @Route ("/", name="homepage"). Notice that space created there.
Hey, when I call
$this->docBlockAnalyzer->removeAnnotationFromNode($classMethodNode, 'Template');template annotation is removed correctly, but it converts@Route("/", name="homepage")to@Route ("/", name="homepage"). Notice that space created there.