@@ -5880,7 +5880,7 @@ public function dataFunctions(): array
5880
5880
'$gettimeofdayBenevolent ' ,
5881
5881
],
5882
5882
[
5883
- PHP_VERSION_ID < 80000 ? 'array<int, string>&nonEmpty|false ' : 'array<int, string>&nonEmpty ' ,
5883
+ PHP_VERSION_ID < 80000 ? '( array<int, string>&nonEmpty) |false ' : 'array<int, string>&nonEmpty ' ,
5884
5884
'$strSplitConstantStringWithoutDefinedParameters ' ,
5885
5885
],
5886
5886
[
@@ -5904,15 +5904,15 @@ public function dataFunctions(): array
5904
5904
'$strSplitConstantStringWithFailureSplitLength ' ,
5905
5905
],
5906
5906
[
5907
- PHP_VERSION_ID < 80000 ? 'array<int, string>&nonEmpty|false ' : 'array<int, string>&nonEmpty ' ,
5907
+ PHP_VERSION_ID < 80000 ? '( array<int, string>&nonEmpty) |false ' : 'array<int, string>&nonEmpty ' ,
5908
5908
'$strSplitConstantStringWithInvalidSplitLengthType ' ,
5909
5909
],
5910
5910
[
5911
5911
'array<int, string>&nonEmpty ' ,
5912
5912
'$strSplitConstantStringWithVariableStringAndConstantSplitLength ' ,
5913
5913
],
5914
5914
[
5915
- PHP_VERSION_ID < 80000 ? 'array<int, string>&nonEmpty|false ' : 'array<int, string>&nonEmpty ' ,
5915
+ PHP_VERSION_ID < 80000 ? '( array<int, string>&nonEmpty) |false ' : 'array<int, string>&nonEmpty ' ,
5916
5916
'$strSplitConstantStringWithVariableStringAndVariableSplitLength ' ,
5917
5917
],
5918
5918
// parse_url
0 commit comments