diff --git a/src/Symfony/Bridge/PhpUnit/DeprecationErrorHandler.php b/src/Symfony/Bridge/PhpUnit/DeprecationErrorHandler.php index 62c6d4c5ac..4503c39102 100644 --- a/src/Symfony/Bridge/PhpUnit/DeprecationErrorHandler.php +++ b/src/Symfony/Bridge/PhpUnit/DeprecationErrorHandler.php @@ -105,7 +105,7 @@ class DeprecationErrorHandler uasort($deprecations[$group], $cmp); foreach ($deprecations[$group] as $msg => $notices) { - echo "\n", $msg, ': ', $notices['count'], "x\n"; + echo "\n", rtrim($msg, '.'), ': ', $notices['count'], "x\n"; arsort($notices);