X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FDummyLinker.php;h=00d66bf13c717dce725b2f6bef588355f7fd8bad;hb=77f4ba184762186431748c2cd95ec97d43cd1edc;hp=e46c45e6ead2146e31cce55aa3ddf29fdfe235a0;hpb=aac6b26c0bafc81287bb042304f1d346da94dc89;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/DummyLinker.php b/includes/DummyLinker.php index e46c45e6ea..00d66bf13c 100644 --- a/includes/DummyLinker.php +++ b/includes/DummyLinker.php @@ -345,11 +345,11 @@ class DummyLinker { return Linker::tocLineEnd(); } - public function tocList( $toc, $lang = null ) { + public function tocList( $toc, Language $lang = null ) { return Linker::tocList( $toc, $lang ); } - public function generateTOC( $tree, $lang = null ) { + public function generateTOC( $tree, Language $lang = null ) { return Linker::generateTOC( $tree, $lang ); }