Skip to content

Commit d5ffe96

Browse files
committed
Merge branch '5.4' into 6.3
* 5.4: Clearer difference with max and quiet options [Lock] small typo
2 parents 3371c87 + c2f7a56 commit d5ffe96

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

components/lock.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -927,7 +927,7 @@ have synchronized clocks.
927927
PostgreSqlStore
928928
~~~~~~~~~~~~~~~
929929

930-
The PdoStore relies on the `Advisory Locks`_ properties of the PostgreSQL
930+
The PostgreSqlStore relies on the `Advisory Locks`_ properties of the PostgreSQL
931931
database. That means that by using :ref:`PostgreSqlStore <lock-store-pgsql>`
932932
the locks will be automatically released at the end of the session in case the
933933
client cannot unlock for any reason.

components/phpunit_bridge.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,8 @@ message, enclosed with ``/``. For example, with:
215215
`PHPUnit`_ will stop your test suite once a deprecation notice is triggered whose
216216
message contains the ``"foobar"`` string.
217217

218+
.. _making-tests-fail:
219+
218220
Making Tests Fail
219221
~~~~~~~~~~~~~~~~~
220222

@@ -349,6 +351,10 @@ It's also possible to change verbosity per deprecation type. For example, using
349351
``quiet[]=indirect&quiet[]=other`` will hide details for deprecations of types
350352
"indirect" and "other".
351353

354+
The ``quiet`` option hides details for the specified deprecation types, but will
355+
not change the outcome in terms of exit code. That's what :ref:`max <making-tests-fail>`
356+
is for, and both settings are orthogonal.
357+
352358
Disabling the Deprecation Helper
353359
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
354360

0 commit comments

Comments
 (0)