File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -289,8 +289,8 @@ Here is a summary that should help you pick the right configuration:
289289| | cannot afford to use one of the modes above. |
290290+------------------------+-----------------------------------------------------+
291291
292- Ignore Deprecations
293- ...................
292+ Ignoring Deprecations
293+ .....................
294294
295295.. versionadded :: 6.1
296296
@@ -299,10 +299,9 @@ Ignore Deprecations
299299If your application has some deprecations that you can't fix for some reasons,
300300you can tell Symfony to ignore them.
301301
302- You need first to create a simple text file with a list of ignore patterns. Each
303- pattern is a regular expression.
304-
305- Lines beginning with an hash (#) will be considered comments:
302+ You need first to create a text file where each line is a deprecation to ignore
303+ defined as a regular expression. Lines beginning with a hash (``# ``) are
304+ considered comments:
306305
307306.. code-block :: terminal
308307
You can’t perform that action at this time.
0 commit comments