Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitdd7eb0b

Browse files
Olena Kirichokjaviereguiluz
Olena Kirichok
authored andcommitted
fixup! Document changes in the deprecation error handler
1 parentb2a7744 commitdd7eb0b

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

‎components/phpunit_bridge.rst‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ shifts the burden of fixing that deprecation to any contributor that
212212
happens to submit a pull request shortly after a new vendor release is
213213
made with that deprecation. To mitigate this, you can either use tighter
214214
requirements, in the hope that dependencies will not introduce
215-
deprecations in a patch version, or even commit theComposerlock file,
215+
deprecations in a patch version, or even commit the``composer.lock`` file,
216216
which would create another class of issues. Libraries will often use
217217
``SYMFONY_DEPRECATIONS_HELPER=max[total]=999999`` because of this. This
218218
has the drawback of allowing contributions that introduce deprecations
@@ -227,7 +227,7 @@ be accounted for seperately, while deprecations triggered from a library
227227
inside it will not (unless you reach 999999 of these), giving you
228228
the best of both worlds.
229229

230-
Direct andindirect deprecations
230+
Direct andIndirect Deprecations
231231
................................
232232

233233
When working on a project, you might be more interested in
@@ -258,7 +258,7 @@ Here is a summary that should help you pick the right configuration:
258258
|| cannot afford to use one of the modes above.|
259259
+------------------------+-----------------------------------------------------+
260260

261-
Disabling theverbose output
261+
Disabling theVerbose Output
262262
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
263263

264264
By default, the bridge will display a detailed output with the number of

‎setup/upgrade_major.rst‎

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,11 @@ done!
112112
</php>
113113
</phpunit>
114114
115-
(you can also execute the command like ``SYMFONY_DEPRECATIONS_HELPER=max[total]=999999 phpunit``).
115+
You can also execute the command like:
116+
117+
..code-block::terminal
118+
119+
$ SYMFONY_DEPRECATIONS_HELPER=max[total]=999999 phpunit
116120
117121
.. _upgrade-major-symfony-composer:
118122

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp