minor cleanup

This commit is contained in:
kremsy
2014-02-13 00:46:41 +01:00
committed by Steffen Schröder
parent b1921fcc2b
commit 22707ea946
9 changed files with 61 additions and 59 deletions

View File

@ -73,6 +73,7 @@ abstract class Formatter {
return $r . ' ' . $str . ($r > 1 ? 's' : '') . ' ago';
}
}
return '';
}
/**