X-Git-Url: http://git.cyclocoop.org/%24image?a=blobdiff_plain;f=includes%2Factions%2FHistoryAction.php;h=71893727899df2dd54c19540837def213f44a729;hb=ff05579d1c7fcf9d449bdd474b48338dd58b1c5d;hp=1e2f88937ea66d99f8882dfe46fe49549b5372dc;hpb=f77bd5c0e4fe463c10a9c2ea9ef8b62bc923960a;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/actions/HistoryAction.php b/includes/actions/HistoryAction.php index 1e2f88937e..7189372789 100644 --- a/includes/actions/HistoryAction.php +++ b/includes/actions/HistoryAction.php @@ -67,8 +67,7 @@ class HistoryAction extends FormlessAction { } /** - * Get the Article object we are working on. - * @return Page + * @return WikiPage|Article|ImagePage|CategoryPage|Page The Article object we are working on. */ public function getArticle() { return $this->page; @@ -896,4 +895,5 @@ class HistoryPager extends ReverseChronologicalPager { function getPreventClickjacking() { return $this->preventClickjacking; } + }