X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FRevisionList.php;h=4d72c24a5a74895190dc530bb0d1d4c1505de235;hb=35704248ae79667342e68084d8c18915b85472e9;hp=1cb43f750131f4f5de7819a0620a072e6dd91b77;hpb=185fa884feee5857d4828a7397240a49428e884c;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/RevisionList.php b/includes/RevisionList.php index 1cb43f7501..4d72c24a5a 100644 --- a/includes/RevisionList.php +++ b/includes/RevisionList.php @@ -30,6 +30,7 @@ abstract class RevisionListBase extends ContextSource { /** @var array */ protected $ids; + /** @var ResultWrapper|bool */ protected $res; /** @var bool|object */ @@ -120,7 +121,7 @@ abstract class RevisionListBase extends ContextSource { /** * Do the DB query to iterate through the objects. - * @param DatabaseBase $db DatabaseBase object to use for the query + * @param IDatabase $db DB object to use for the query */ abstract public function doQuery( $db ); @@ -263,7 +264,7 @@ class RevisionList extends RevisionListBase { } /** - * @param DatabaseBase $db + * @param IDatabase $db * @return mixed */ public function doQuery( $db ) {