Merge "Remove unused $contentNavigation from `getTemplateData` method"

This commit is contained in:
jenkins-bot 2021-05-14 20:20:54 +00:00 committed by Gerrit Code Review
commit 81947cbd67
1 changed files with 0 additions and 1 deletions

View File

@ -174,7 +174,6 @@ class SkinVector extends SkinMustache {
* @inheritDoc
*/
public function getTemplateData() : array {
$contentNavigation = $this->buildContentNavigationUrls();
$skin = $this;
$out = $skin->getOutput();
$title = $out->getTitle();