We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ed84b5 commit 50b6ffdCopy full SHA for 50b6ffd
templates.rst
@@ -849,7 +849,8 @@ errors. It's useful to run it before deploying your application to production
849
$ php bin/console lint:twig templates/email/
850
$ php bin/console lint:twig templates/article/recent_list.html.twig
851
852
- # you can also show the deprecated features used in your templates
+ # you can also show the first deprecated feature used in your templates
853
+ # as it shows only the first one found, you may need to run it until no more deprecations are found
854
$ php bin/console lint:twig --show-deprecations templates/email/
855
856
When running the linter inside `GitHub Actions`_, the output is automatically
0 commit comments