Add @var to Pager classes
[lhc/web/wiklou.git] / includes / pager / TablePager.php
index 8934fc2..f6445f5 100644 (file)
  * @ingroup Pager
  */
 abstract class TablePager extends IndexPager {
+       /** @var string */
        protected $mSort;
 
+       /** @var stdClass */
        protected $mCurrentRow;
 
        public function __construct( IContextSource $context = null ) {