Skip to content

Commit 8699a62

Browse files
dmitry-ivanovtaylorotwell
authored andcommitted
[5.7] Cookie::get() doc block fixed. (#26334)
1 parent b4ddc72 commit 8699a62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Support/Facades/Cookie.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public static function has($key)
2727
*
2828
* @param string $key
2929
* @param mixed $default
30-
* @return string
30+
* @return string|array|null
3131
*/
3232
public static function get($key = null, $default = null)
3333
{

0 commit comments

Comments
 (0)