Skip to content

Commit 7d47e50

Browse files
committed
fixup! Fix GH-8842 Make the ABI compatibility of generated arginfo files configurable
1 parent 8ac17ec commit 7d47e50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/gen_stub.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2558,7 +2558,7 @@ function (Name $item) {
25582558

25592559
if (!empty($this->attributes)) {
25602560
if (!$php82MinimumCompatibility) {
2561-
$code .= "#if (PHP_VERSION_ID >= " . PHP_82_VERSION_ID . ")\n";
2561+
$code .= "\n#if (PHP_VERSION_ID >= " . PHP_82_VERSION_ID . ")";
25622562
}
25632563

25642564
foreach ($this->attributes as $attribute) {

0 commit comments

Comments
 (0)