File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -870,7 +870,6 @@ errors. It's useful to run it before deploying your application to production
870870 $ php bin/console lint:twig templates/article/recent_list.html.twig
871871
872872 # you can also show the deprecated features used in your templates
873- # (only the first deprecation is shown, so run multiple times to catch all)
874873 $ php bin/console lint:twig --show-deprecations templates/email/
875874
876875 # you can also excludes directories
@@ -880,6 +879,11 @@ errors. It's useful to run it before deploying your application to production
880879
881880 The option to exclude directories was introduced in Symfony 7.1.
882881
882+ .. versionadded :: 7.3
883+
884+ Before Symfony 7.3, the ``--show-deprecations `` option only displayed the
885+ first deprecation found, so you had to run the command repeatedly.
886+
883887When running the linter inside `GitHub Actions `_, the output is automatically
884888adapted to the format required by GitHub, but you can force that format too:
885889
You can’t perform that action at this time.
0 commit comments