Skip to content

Commit

Permalink
gen_stub: remove some misplaced spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielEScherzer authored and kocsismate committed Dec 28, 2024
1 parent 69ff948 commit 8e40bb6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build/gen_stub.php
Original file line number Diff line number Diff line change
Expand Up @@ -957,7 +957,7 @@ public function __toString(): string

public function getDeclarationName(): string
{
return $this->property;
return $this->property;
}
}

Expand Down Expand Up @@ -2568,7 +2568,7 @@ public function getPredefinedConstantTerm(DOMDocument $doc, int $indentationLeve
return $termElement;
}

public function getPredefinedConstantEntry(DOMDocument $doc, int $indentationLevel): DOMElement {
public function getPredefinedConstantEntry(DOMDocument $doc, int $indentationLevel): DOMElement {
$indentation = str_repeat(" ", $indentationLevel);

$entryElement = $doc->createElement("entry");
Expand Down Expand Up @@ -5076,7 +5076,7 @@ function findEquivalentFuncInfo(array $generatedFuncInfos, FuncInfo $funcInfo):
function generateCodeWithConditions(
iterable $infos, string $separator, Closure $codeGenerator, ?string $parentCond = null): string {
$code = "";

// For combining the conditional blocks of the infos with the same condition
$openCondition = null;
foreach ($infos as $info) {
Expand Down

0 comments on commit 8e40bb6

Please sign in to comment.