[PhpUnitBridge] Fix typo

This commit is contained in:
Roland Franssen 2018-11-12 19:05:42 +01:00 committed by GitHub
parent 893237d58f
commit 78e386e87f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
*/