Skip to content

Commit b4df038

Browse files
committed
Remove the superfluous closing parentheses from class synopsis page includes
1 parent 60cf9fb commit b4df038

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/gen_stub.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -2807,7 +2807,7 @@ public function getClassSynopsisElement(DOMDocument $doc, array $classMap, itera
28072807
$parentReference = self::getClassSynopsisReference($parent);
28082808
$includeElement = $this->createIncludeElement(
28092809
$doc,
2810-
"xmlns(db=http://docbook.org/ns/docbook) xpointer(id('$parentReference')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])"
2810+
"xmlns(db=http://docbook.org/ns/docbook) xpointer(id('$parentReference')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[@role='$escapedParentName'])"
28112811
);
28122812
$classSynopsis->appendChild($includeElement);
28132813
}

0 commit comments

Comments
 (0)