File tree 1 file changed +5
-6
lines changed
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:
289
289
| | cannot afford to use one of the modes above. |
290
290
+------------------------+-----------------------------------------------------+
291
291
292
- Ignore Deprecations
293
- ...................
292
+ Ignoring Deprecations
293
+ .....................
294
294
295
295
.. versionadded :: 6.1
296
296
@@ -299,10 +299,9 @@ Ignore Deprecations
299
299
If your application has some deprecations that you can't fix for some reasons,
300
300
you can tell Symfony to ignore them.
301
301
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:
306
305
307
306
.. code-block :: terminal
308
307
You can’t perform that action at this time.
0 commit comments