Skip to content

Commit 2a71753

Browse files
authored
[PhpUnitBridge] Fix typo
1 parent 879144b commit 2a71753

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)