Skip to content

GoTo is broken for routes named the same than a PHP function #1237

@stof

Description

@stof

Reproducing case:

  • create a route named join
  • write $this->generateUrl('join') in a controller
  • click on the route name in this code to trigger the GoTo logic

Expected behavior: go to the route definition and/or the corresponding controller

Actual behavior: goes to the definition of the join function in the stubs

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions