diff options
Diffstat (limited to 'includes/DateFormatter.php')
-rwxr-xr-x | includes/DateFormatter.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/DateFormatter.php b/includes/DateFormatter.php index bf38aa7d5682..e2d4c124dd30 100755 --- a/includes/DateFormatter.php +++ b/includes/DateFormatter.php @@ -2,6 +2,7 @@ /** * Contain things * @todo document + * @package MediaWiki */ /** */ @@ -32,6 +33,7 @@ define('DF_LAST', 8); /** * @todo preferences, OutputPage + * @package MediaWiki */ class DateFormatter { |