E566 minor #29192 [PhpUnitBridge] Fix typo (ro0NL) · thomasbisignani/symfony@19b0189 · GitHub
[go: up one dir, main page]

Skip to content

Commit 19b0189

Browse files
committed
minor symfony#29192 [PhpUnitBridge] Fix typo (ro0NL)
This PR was merged into the 2.8 branch. Discussion ---------- [PhpUnitBridge] Fix typo | Q | A | ------------- | --- | Branch? | 2.8 | Bug fix? | yes | New feature? | no | BC breaks? | no <!-- see https://symfony.com/bc --> | Deprecations? | no | Tests pass? | yes <!-- please add some, will be required by reviewers --> | Fixed tickets | #... <!-- #-prefixed issue number(s), if any --> | License | MIT | Doc PR | symfony/symfony-docs#... <!-- required for new features --> <!-- Write a short README entry for your feature/bugfix here (replace this comment block.) This will help people understand your PR and can be used as a start of the Doc PR. Additionally: - Bug fixes must be submitted against the lowest branch where they apply (lowest branches are regularly merged to upper ones so they get the fixes too). - Features and deprecations must be submitted against the master branch. --> Commits ------- 78e386e [PhpUnitBridge] Fix typo
2 parents 893237d + 78e386e commit 19b0189

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bridge/PhpUnit/DeprecationErrorHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class DeprecationErrorHandler
3030
* - use "/some-regexp/" to stop the test suite whenever a deprecation
3131
* message matches the given regular expression;
3232
* - use a number to define the upper bound of allowed deprecations,
33-
* making the test suite fail whenever more notices are trigerred.
33+
* making the test suite fail whenever more notices are triggered.
3434
*
3535
* @param int|string|false $mode The reporting mode, defaults to not allowing any deprecations
3636
*/

0 commit comments

Comments
 (0)
0