gen_stub: remove some misplaced spaces

This commit is contained in:
Daniel Scherzer 2024-10-07 19:38:11 -07:00 committed by Máté Kocsis
parent 69ff948d39
commit 8e40bb689e

View file

@ -957,7 +957,7 @@ class PropertyName implements VariableLikeName {
public function getDeclarationName(): string public function getDeclarationName(): string
{ {
return $this->property; return $this->property;
} }
} }
@ -2568,7 +2568,7 @@ class ConstInfo extends VariableLike
return $termElement; return $termElement;
} }
public function getPredefinedConstantEntry(DOMDocument $doc, int $indentationLevel): DOMElement { public function getPredefinedConstantEntry(DOMDocument $doc, int $indentationLevel): DOMElement {
$indentation = str_repeat(" ", $indentationLevel); $indentation = str_repeat(" ", $indentationLevel);
$entryElement = $doc->createElement("entry"); $entryElement = $doc->createElement("entry");