Tell regexp parser to use extra analysis on external link regexp;
[lhc/web/wiklou.git] / includes / DateFormatter.php
index bf38aa7..e2d4c12 100755 (executable)
@@ -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
 {