-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
[Twig] Fix Twig namespaces #9994
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for this first contribution!
templating/twig_extension.rst
Outdated
); | ||
} | ||
} | ||
|
||
Then, create the new ``AppRuntime`` class (it's not required but these classes | ||
are suffixed with ``Runtime`` by convention) and include the logic of the | ||
are suffixed with ``Runtime`` by convention), implement the ``RuntimeExtensionInterface`` and include the logic of the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please move this change in a dedicated PR targeting 3.4 and rebase the current on 2.8. Thanks!
f5a3dbc
to
2ea73f6
Compare
2ea73f6
to
57d3ce1
Compare
@Phenix789 thanks for your first Symfony Docs contribution! We merged it in 2.8 and we'll merge in the other branches automatically. Thanks! |
This PR was submitted for the master branch but it was merged into the 2.8 branch instead (closes #9994). Discussion ---------- [Twig] Fix Twig namespaces <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Fix Twig namespaces used in documentation Commits ------- de8b1e7 Fix Twig namespaces and update doc for twig runtime extension
Fix Twig namespaces used in documentation