We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/** * @Route("/", name="gab_composition_model_create") * @Method("POST") * @Template("GiftshopAdminBundle:Composition:Model/new.html.twig") */ public function createAction(Request $request) { ... }
The template is located in /src/Giftshop/AdminBundle/Resources/views/Composition/Model/new.html.twig
/src/Giftshop/AdminBundle/Resources/views/Composition/Model/new.html.twig
So the path @Template("GiftshopAdminBundle:Composition:Model/new.html.twig")
@Template("GiftshopAdminBundle:Composition:Model/new.html.twig")
is not recognized and i cannot go to template located at that path.
Btw, this works inside twig templates.
The text was updated successfully, but these errors were encountered:
reflect phpstorm 7 changes in doc tag pattern for template annotation #…
9d5b09c
…184
just phpstorm 7 pattern changes...
Sorry, something went wrong.
No branches or pull requests
The template is located in
/src/Giftshop/AdminBundle/Resources/views/Composition/Model/new.html.twig
So the path
@Template("GiftshopAdminBundle:Composition:Model/new.html.twig")
is not recognized and i cannot go to template located at that path.
Btw, this works inside twig templates.
The text was updated successfully, but these errors were encountered: