Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion generator/src/XmlDocParser/Method.php
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ private function removeString(string $string, string $search): string

private function getStringForXPath(string $xpath): string
{
// Some doc blocks put their text inside para, some simpara
// Some doc blocks put their text inside para, some simpara
$paragraphs = $this->rootEntity->xpath($xpath . "/docbook:para");
if ($paragraphs === []) {
$paragraphs = $this->rootEntity->xpath($xpath . "/docbook:simpara");
Expand Down
Loading