Skip to content

Commit a3720a6

Browse files
committed
Remove PHP 8 compatible code
1 parent 02da8a9 commit a3720a6

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
@@ -2551,7 +2551,7 @@ function replaceClassSynopses(string $targetDirectory, array $classMap): array
25512551
return $classSynopses;
25522552
}
25532553

2554-
function getReplacedClassSynopsisXml(string $xml): string|array|null
2554+
function getReplacedClassSynopsisXml(string $xml): string
25552555
{
25562556
$replacedXml = preg_replace(
25572557
[

0 commit comments

Comments
 (0)