Skip to content

Commit 153afe9

Browse files
gen_stub: remove extra spaces
Co-authored-by: Máté Kocsis <[email protected]>
1 parent a993e63 commit 153afe9

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
@@ -1396,7 +1396,7 @@ public function getFunctionEntry(): string {
13961396
$flagsByPhpVersions,
13971397
$this->minimumPhpVersionIdCompatibility
13981398
);
1399-
$functionEntryCode = rtrim( implode("", $flagsCode) );
1399+
$functionEntryCode = rtrim(implode("", $flagsCode));
14001400
}
14011401
}
14021402
}

0 commit comments

Comments
 (0)