Skip to content

Commit 0d9e4dc

Browse files
committed
Merge branch '5.3' into 5.4
* 5.3: [PHPUnitBridge] [PHPUnit Bridge] Fix @-silencing operator link [Testing] Fix grammar issue Typo
2 parents 89e4f80 + 4b599ce commit 0d9e4dc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

components/phpunit_bridge.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ message contains the ``"foobar"`` string.
222222
Making Tests Fail
223223
~~~~~~~~~~~~~~~~~
224224

225-
By default, any non-legacy-tagged or any non-`@-silenced <@-silencing operator>`_
225+
By default, any non-legacy-tagged or any non-silenced (`@-silencing operator`_)
226226
deprecation notices will make tests fail. Alternatively, you can configure
227227
an arbitrary threshold by setting ``SYMFONY_DEPRECATIONS_HELPER`` to
228228
``max[total]=320`` for instance. It will make the tests fail only if a

form/bootstrap5.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ If you prefer to apply the Bootstrap styles on a form to form basis, include the
9090
Error Messages
9191
--------------
9292

93-
Unlike the :doc:`Bootstrap 4 theme </form/bootstrap4>`, errors are rendered
93+
Unlike in the :doc:`Bootstrap 4 theme </form/bootstrap4>`, errors are rendered
9494
**after** the ``input`` element. However, this still makes a strong connection
9595
between the error and its ``<input>``, as required by the `WCAG 2.0 standard`_.
9696

testing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,7 @@ stores in the session of the test client.
633633
Making AJAX Requests
634634
....................
635635

636-
The client provides a
636+
The client provides an
637637
:method:`Symfony\\Component\\BrowserKit\\AbstractBrowser::xmlHttpRequest`
638638
method, which has the same arguments as the ``request()`` method and is
639639
a shortcut to make AJAX requests::

0 commit comments

Comments
 (0)