remove typo extra line
[mediawiki.git] / includes / MessageCacheHints.php
blob168a29792e640308f40ece4ee398cd4ab416ecb4
1 <?
2 /**
3 * @package MediaWiki
4 */
6 /**
7 * @package Mediawiki
9 * This class should provide methods for message cache key hints for various
10 * scopes
12 class MessageCacheHints {
13 function get($scope='global') {
14 return array('TODO');