X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22suivi_revisions%22%29%20.%20%22?a=blobdiff_plain;f=includes%2Factions%2FHistoryAction.php;h=4df2f563c790de892e3d928a65e538506c867819;hb=0dddba1a9ad62e64f4bc19d54cf2fb5ff656a486;hp=b1d5a5048e7f4dd8e84067e02321394ca0726fe9;hpb=870d536b218a373a2bbf20b5897b22b973023465;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/actions/HistoryAction.php b/includes/actions/HistoryAction.php index b1d5a5048e..4df2f563c7 100644 --- a/includes/actions/HistoryAction.php +++ b/includes/actions/HistoryAction.php @@ -22,7 +22,7 @@ */ use MediaWiki\MediaWikiServices; -use Wikimedia\Rdbms\ResultWrapper; +use Wikimedia\Rdbms\IResultWrapper; use Wikimedia\Rdbms\FakeResultWrapper; /** @@ -313,7 +313,7 @@ class HistoryAction extends FormlessAction { * @param int $limit The limit number of revisions to get * @param int $offset * @param int $direction Either self::DIR_PREV or self::DIR_NEXT - * @return ResultWrapper + * @return IResultWrapper */ function fetchRevisions( $limit, $offset, $direction ) { // Fail if article doesn't exist.