File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -849,8 +849,8 @@ errors. It's useful to run it before deploying your application to production
849
849
$ php bin/console lint:twig templates/email/
850
850
$ php bin/console lint:twig templates/article/recent_list.html.twig
851
851
852
- # 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
852
+ # you can also show the deprecated features used in your templates
853
+ # ( only the first deprecation is shown, so run multiple times to catch all)
854
854
$ php bin/console lint:twig --show-deprecations templates/email/
855
855
856
856
When running the linter inside `GitHub Actions `_, the output is automatically
You can’t perform that action at this time.
0 commit comments