Skip to content

Commit 5e1032b

Browse files
committed
Removing extra code after upstream PR merged!
1 parent 2ce5a39 commit 5e1032b

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

src/Command/BuildDocsCommand.php

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -147,14 +147,6 @@ public function preBuildRender()
147147

148148
private function getMetas(): Metas
149149
{
150-
/*
151-
* TODO - get this from the Builder when it is exposed
152-
* https://github.com/doctrine/rst-parser/pull/97
153-
*/
154-
$metas = new Metas();
155-
$cachedMetasLoader = new CachedMetasLoader();
156-
$cachedMetasLoader->loadCachedMetaEntries($this->buildContext->getHtmlOutputDir(), $metas);
157-
158-
return $metas;
150+
return $this->builder->getMetas();
159151
}
160152
}

0 commit comments

Comments
 (0)