8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07ca35a commit 1fb801aCopy full SHA for 1fb801a
src/Symfony/Bridge/PhpUnit/DeprecationErrorHandler.php
@@ -255,7 +255,7 @@ public static function collectDeprecations($outputFile)
255
}
256
$deprecations[] = array(error_reporting(), $msg);
257
});
258
- // This can registered before the PHPUnit error handler.
+ // This can be registered before the PHPUnit error handler.
259
if (!$previousErrorHandler) {
260
$UtilPrefix = class_exists('PHPUnit_Util_ErrorHandler') ? 'PHPUnit_Util_' : 'PHPUnit\Util\\';
261
$previousErrorHandler = $UtilPrefix.'ErrorHandler::handleError';
0 commit comments