Trim final stop from deprecation message

This commit is contained in:
Wouter J 2015-03-29 12:32:48 +02:00
parent 6ce03d3942
commit 98f3ba9ede

View File

@ -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);