Skip to content

Commit

Permalink
[PhpUnitBridge] Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ro0NL committed Nov 12, 2018
1 parent 879144b commit 2a71753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DeprecationErrorHandler.php
Expand Up @@ -30,7 +30,7 @@ class DeprecationErrorHandler
* - use "/some-regexp/" to stop the test suite whenever a deprecation
* message matches the given regular expression;
* - use a number to define the upper bound of allowed deprecations,
* making the test suite fail whenever more notices are trigerred.
* making the test suite fail whenever more notices are triggered.
*
* @param int|string|false $mode The reporting mode, defaults to not allowing any deprecations
*/
Expand Down

0 comments on commit 2a71753

Please sign in to comment.