Skip to content

[Twig] Improve Twig types support #1035

Open
@Koc

Description

@Koc

Follow-up of #972

{# @var pagerfanta \AppBundle\Entity\MeterValueDTO[] #}
{% for item in pagerfanta %}
{% endfor %}

MeterValueDTO is not clickable

{# @var \AppBundle\Entity\MeterValueDTO[] pagerfanta #}
{% for item in pagerfanta %}
{% endfor %}

item type not resolves properly because I've changed order of type and variable name. But PS supports both standards, even more second is consistent with @param declaration for methods - type first, variable name - second

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions