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 b06deb8 commit b60df86Copy full SHA for b60df86
src/Alias.php
@@ -489,7 +489,7 @@ public function getPhpDocTemplates($prefix = "\t\t")
489
$templateDoc = new DocBlock('');
490
$serializer = new DocBlockSerializer(1, $prefix);
491
492
- foreach ($this->templateNames as $templateName) {
+ foreach ($this->getTemplateNames() as $templateName) {
493
$template = new TemplateTag('template', $templateName);
494
$template->setBound('static');
495
$template->setDocBlock($templateDoc);
0 commit comments