X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fpager%2FPager.php;h=45c310acedb8e0a45132a3af11dc81507fc70bd9;hb=748c5eae2fd5d897c94c48771161c259941a7488;hp=9cfbfbf33246fafe1bfb5cfd4002c974ae52c697;hpb=af7ae6c804be8629fe2305e3a088f03e1af2fa9b;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(); }