Skip to content

Commit

Permalink
session_id can return false (#5272)
Browse files Browse the repository at this point in the history
  • Loading branch information
orklah authored Feb 23, 2021
1 parent 10e74c6 commit ae23360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dictionaries/CallMap.php
Original file line number Diff line number Diff line change
Expand Up @@ -12010,7 +12010,7 @@
'session_encode' => ['string'],
'session_gc' => ['int|false'],
'session_get_cookie_params' => ['array'],
'session_id' => ['string', 'id='=>'string'],
'session_id' => ['string|false', 'id='=>'string'],
'session_is_registered' => ['bool', 'name'=>'string'],
'session_module_name' => ['string', 'module='=>'string'],
'session_name' => ['string|false', 'name='=>'string'],
Expand Down

0 comments on commit ae23360

Please sign in to comment.