Skip to content

Commit e0c7da3

Browse files
committed
fix(prelude): correct current return type
closes #795 Signed-off-by: azjezz <[email protected]>
1 parent d471485 commit e0c7da3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/prelude/assets/extensions/standard.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5239,7 +5239,7 @@ function reset(object|array &$array): mixed
52395239
*
52405240
* @return (
52415241
* $array is object ? mixed : (
5242-
* $array is non-empty-array|non-empty-list ? T : T|null
5242+
* $array is non-empty-array|non-empty-list ? T : T|false
52435243
* )
52445244
* )
52455245
*

0 commit comments

Comments
 (0)