Skip to content

Commit

Permalink
Fix session_set_save_handler
Browse files Browse the repository at this point in the history
Last parameters are optional
  • Loading branch information
MaXal authored Apr 25, 2018
1 parent f8865ec commit 6dea06d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions session/session.php
Original file line number Diff line number Diff line change
Expand Up @@ -257,8 +257,8 @@ function session_unset () {}
* <p>This callback is executed when a new session ID is required.
* No parameters are provided, and the return value should be a string that is a valid
* session ID for your handler.</p>
* @param callback $validate_sid
* @param callback $update_timestamp
* @param callback $validate_sid [optional]
* @param callback $update_timestamp [optional]
* @return bool true on success or false on failure.
* @since 4.0
* @since 5.0
Expand Down

0 comments on commit 6dea06d

Please sign in to comment.