-
-
Notifications
You must be signed in to change notification settings - Fork 136
New issue
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
[Twig] Add description to PhpTyes @var syntax #439
Labels
Comments
thx, really good ideas. |
Haehnchen
added a commit
that referenced
this issue
Feb 9, 2015
TwigDoc is born :) |
Imo the variable name and type should be swapped: {# @var \Foo\Bar foo description of this variable #} |
Haehnchen
added a commit
that referenced
this issue
Feb 11, 2016
done |
Cool! |
Haehnchen
added a commit
that referenced
this issue
Feb 14, 2016
…er names, twig files, classes and methods syntax #439
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is a great feature but it can be more useful with ability to describe variable like this:
{# @var foo \Foo\Bar description of this variable #}
Currently this is not supported. Without description:
With description:
And will be very nice if the developer can write for template designer something like this:
The text was updated successfully, but these errors were encountered: