pagers: Fix and add missing @param documentation
authorThiemo Kreuz <thiemo.kreuz@wikimedia.de>
Tue, 19 Feb 2019 14:27:25 +0000 (15:27 +0100)
committerUmherirrender <umherirrender_de.wp@web.de>
Tue, 19 Feb 2019 18:50:07 +0000 (18:50 +0000)
commit000e00cf919805fbac87e7295e66bb1029ef35d3
treeadf819978ef39f09172d6eadfcc143a5e0621c23
parent5ecb003d75624a574026f9f92e6c3f40f9eef3e3
pagers: Fix and add missing @param documentation

Sometimes the code expects a specific subclass as it calls a specific
method that only exists in this subclass. If this is not the case, all
the code needs to know is that it got some special page.

Some of these constructors should be changed to expect a IContextSource
instead of a special page. But this is for another patch. Here in this
patch I intentionally touch documentation only.

Change-Id: I33bae9641a8871f359edccacf88f09cfe8e83139
includes/specials/pagers/NewPagesPager.php
includes/specials/pagers/ProtectedPagesPager.php