diff --git a/build/gen_stub.php b/build/gen_stub.php index 5661f82c9e1d9..19eeef52cdb7d 100755 --- a/build/gen_stub.php +++ b/build/gen_stub.php @@ -957,7 +957,7 @@ public function __toString(): string public function getDeclarationName(): string { - return $this->property; + return $this->property; } } @@ -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"); @@ -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) {