* (bug 27595) sha1 search of list=filearchive does not work
[lhc/web/wiklou.git] / includes / Pager.php
index fb657f8..c10dd95 100644 (file)
@@ -93,6 +93,8 @@ abstract class IndexPager implements Pager {
 
        /**
         * Result object for the query. Warning: seek before use.
+        *
+        * @var ResultWrapper
         */
        public $mResult;