8000 Add missing word. · symfony/symfony@1fb801a · GitHub
[go: up one dir, main page]

Skip to content

Commit 1fb801a

Browse files
committed
Add missing word.
1 parent 07ca35a commit 1fb801a

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
@@ -255,7 +255,7 @@ public static function collectDeprecations($outputFile)
255255
}
256256
$deprecations[] = array(error_reporting(), $msg);
257257
});
258-
// This can registered before the PHPUnit error handler.
258+
// This can be registered before the PHPUnit error handler.
259259
if (!$previousErrorHandler) {
260260
$UtilPrefix = class_exists('PHPUnit_Util_ErrorHandler') ? 'PHPUnit_Util_' : 'PHPUnit\Util\\';
261261
$previousErrorHandler = $UtilPrefix.'ErrorHandler::handleError';

0 commit comments

Comments
 (0)
0