File tree 1 file changed +5
-1
lines changed
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
870
870
$ php bin/console lint:twig templates/article/recent_list.html.twig
871
871
872
872
# 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)
874
873
$ php bin/console lint:twig --show-deprecations templates/email/
875
874
876
875
# you can also excludes directories
@@ -880,6 +879,11 @@ errors. It's useful to run it before deploying your application to production
880
879
881
880
The option to exclude directories was introduced in Symfony 7.1.
882
881
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
+
883
887
When running the linter inside `GitHub Actions `_, the output is automatically
884
888
adapted to the format required by GitHub, but you can force that format too:
885
889
You can’t perform that action at this time.
0 commit comments