Merge "Replace sorting classes with better naming convention"
[lhc/web/wiklou.git] / includes / pager / TablePager.php
index fa0f4f5..71b1ad7 100644 (file)
  * @ingroup Pager
  */
 abstract class TablePager extends IndexPager {
+       /** @var string */
        protected $mSort;
 
+       /** @var stdClass */
        protected $mCurrentRow;
 
        public function __construct( IContextSource $context = null ) {