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

Appearance settings

Commit 50c030b

Browse filesBrowse files
committed
minor symfony#15811 Corrected Typo (askeita)
This PR was submitted for the 5.3 branch but it was merged into the 4.4 branch instead. Discussion ---------- Corrected Typo Removed extra "s" in "fails" <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `5.x` for features of unreleased versions). --> Commits ------- 20f057c Corrected Typo
2 parents 4868ad8 + 20f057c commit 50c030b
Copy full SHA for 50c030b

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎components/phpunit_bridge.rst

Copy file name to clipboardExpand all lines: components/phpunit_bridge.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ Making Tests Fail
229229
By default, any non-legacy-tagged or any non-`@-silenced <@-silencing operator>`_
230230
deprecation notices will make tests fail. Alternatively, you can configure
231231
an arbitrary threshold by setting ``SYMFONY_DEPRECATIONS_HELPER`` to
232-
``max[total]=320`` for instance. It will make the tests fails only if a
232+
``max[total]=320`` for instance. It will make the tests fail only if a
233233
higher number of deprecation notices is reached (``0`` is the default
234234
value).
235235

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.