@@ -5888,7 +5888,7 @@ public function dataFunctions(): array
58885888 '$strSplitConstantStringWithoutDefinedSplitLength ' ,
58895889 ],
58905890 [
5891- 'array<int, string> ' ,
5891+ 'array<int, string>&nonEmpty ' ,
58925892 '$strSplitStringWithoutDefinedSplitLength ' ,
58935893 ],
58945894 [
@@ -5908,7 +5908,7 @@ public function dataFunctions(): array
59085908 '$strSplitConstantStringWithInvalidSplitLengthType ' ,
59095909 ],
59105910 [
5911- 'array<int, string> ' ,
5911+ 'array<int, string>&nonEmpty ' ,
59125912 '$strSplitConstantStringWithVariableStringAndConstantSplitLength ' ,
59135913 ],
59145914 [
@@ -9682,7 +9682,7 @@ public function dataPhp74Functions(): array
96829682 '$mbStrSplitConstantStringWithoutDefinedSplitLength ' ,
96839683 ],
96849684 [
9685- 'array<int, string> ' ,
9685+ 'array<int, string>&nonEmpty ' ,
96869686 '$mbStrSplitStringWithoutDefinedSplitLength ' ,
96879687 ],
96889688 [
@@ -9702,7 +9702,7 @@ public function dataPhp74Functions(): array
97029702 '$mbStrSplitConstantStringWithInvalidSplitLengthType ' ,
97039703 ],
97049704 [
9705- 'array<int, string> ' ,
9705+ 'array<int, string>&nonEmpty ' ,
97069706 '$mbStrSplitConstantStringWithVariableStringAndConstantSplitLength ' ,
97079707 ],
97089708 [
@@ -9758,7 +9758,7 @@ public function dataPhp74Functions(): array
97589758 '$mbStrSplitConstantStringWithInvalidSplitLengthTypeAndVariableEncoding ' ,
97599759 ],
97609760 [
9761- 'array<int, string> ' ,
9761+ 'array<int, string>&nonEmpty ' ,
97629762 '$mbStrSplitConstantStringWithVariableStringAndConstantSplitLengthAndValidEncoding ' ,
97639763 ],
97649764 [
0 commit comments