From: divadsn Date: Sat, 31 Dec 2016 13:37:59 +0000 (+0000) Subject: Fix wrong class name for ImageGalleryBase in comments X-Git-Tag: 1.31.0-rc.0~4438 X-Git-Url: http://git.cyclocoop.org/%22%2C%20generer_url_ecrire%28?a=commitdiff_plain;h=f90634a6a7df959244f79da7b4107982ec792df8;p=lhc%2Fweb%2Fwiklou.git Fix wrong class name for ImageGalleryBase in comments This change is part of change 329773. Change-Id: I2766e2ff3e64a84f52a5d7fa065bbc38280866c1 --- diff --git a/includes/CategoryViewer.php b/includes/CategoryViewer.php index 4c4b8bbc87..facf847892 100644 --- a/includes/CategoryViewer.php +++ b/includes/CategoryViewer.php @@ -67,7 +67,7 @@ class CategoryViewer extends ContextSource { /** @var Collation */ public $collation; - /** @var ImageGallery */ + /** @var ImageGalleryBase */ public $gallery; /** @var Category Category object for this page. */ diff --git a/includes/specials/pagers/NewFilesPager.php b/includes/specials/pagers/NewFilesPager.php index 9f6c58c410..e22b939fd6 100644 --- a/includes/specials/pagers/NewFilesPager.php +++ b/includes/specials/pagers/NewFilesPager.php @@ -27,7 +27,7 @@ use MediaWiki\MediaWikiServices; class NewFilesPager extends ReverseChronologicalPager { /** - * @var ImageGallery + * @var ImageGalleryBase */ protected $gallery;