Skip to content

Commit 914d728

Browse files
committed
format
1 parent a61037b commit 914d728

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

generator/src/XmlDocParser/Method.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ private function removeString(string $string, string $search): string
223223

224224
private function getStringForXPath(string $xpath): string
225225
{
226-
// Some doc blocks put their text inside para, some simpara
226+
// Some doc blocks put their text inside para, some simpara
227227
$paragraphs = $this->rootEntity->xpath($xpath . "/docbook:para");
228228
if ($paragraphs === []) {
229229
$paragraphs = $this->rootEntity->xpath($xpath . "/docbook:simpara");

0 commit comments

Comments
 (0)