Skip to content

Commit cc2cf42

Browse files
committed
docs:revert the mixed return type of setDefaults function.
1 parent e9e13ae commit cc2cf42

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

system/Cookie/Cookie.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ class Cookie implements ArrayAccess, CloneableCookieInterface
126126
*
127127
* @param array<string, bool|int|object|string>|CookieConfig $config
128128
*
129-
* @return array<string, bool|int|object|string> The old defaults array. Useful for resetting.
129+
* @return array<string, mixed> The old defaults array. Useful for resetting.
130130
*/
131131
public static function setDefaults($config = [])
132132
{

0 commit comments

Comments
 (0)