tweak some comments (schema blah blah)
[lhc/web/wiklou.git] / includes / MessageCacheHints.php
index d84e247..168a297 100644 (file)
@@ -1,16 +1,17 @@
 <?
+/**
+ * @package MediaWiki
+ */ 
 
-/* 
- *     @package Mediawiki
- *     @version $Id$
+/** 
+ * @package Mediawiki
  *
- *     This class should provide methods for message 
- *     cache key hints for various scopes */
-
+ * This class should provide methods for message cache key hints for various
+ * scopes
+ */
 class MessageCacheHints {
-       function get($scope="global") {
+       function get($scope='global') {
                return array('TODO');
        }
 }
-
-?>
+?>
\ No newline at end of file