We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ce5a39 commit 5e1032bCopy full SHA for 5e1032b
src/Command/BuildDocsCommand.php
@@ -147,14 +147,6 @@ public function preBuildRender()
147
148
private function getMetas(): Metas
149
{
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;
+ return $this->builder->getMetas();
159
}
160
0 commit comments