X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fpager%2FPager.php;h=45c310acedb8e0a45132a3af11dc81507fc70bd9;hb=520b167979260edf2cee41842e526ec985c37f92;hp=9cfbfbf33246fafe1bfb5cfd4002c974ae52c697;hpb=a3b4288eacd34869b13f59782b73c9ddb75e3523;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/pager/Pager.php b/includes/pager/Pager.php index 9cfbfbf332..45c310aced 100644 --- a/includes/pager/Pager.php +++ b/includes/pager/Pager.php @@ -30,7 +30,7 @@ * @ingroup Pager */ interface Pager { - function getNavigationBar(); + public function getNavigationBar(); - function getBody(); + public function getBody(); }