IndexPager: Add @since notation to getDatabase()

Because I looked it up, I might aswell commit it.

Moved in 84ce626df6

Change-Id: I646aa8a4272a5d93c628c2282b0b4d5a13b68ed9
This commit is contained in:
Reedy 2021-09-29 15:13:01 +01:00
parent 3ab14c18ca
commit 21b679223c

View file

@ -241,6 +241,8 @@ abstract class IndexPager extends ContextSource implements Pager {
/**
* Get the Database object in use
*
* @since 1.20
*
* @return IDatabase
*/
public function getDatabase() {