Skip to content

Commit e7acfd9

Browse files
committed
Minor reword
1 parent 53d56b9 commit e7acfd9

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

components/phpunit_bridge.rst

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff 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
299299
If your application has some deprecations that you can't fix for some reasons,
300300
you 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

0 commit comments

Comments
 (0)