Skip to content

Commit

Permalink
Fix php doc
Browse files Browse the repository at this point in the history
  • Loading branch information
joanhey committed Sep 10, 2023
1 parent 40b81a0 commit 83f5b5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/session/SessionHandlerInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ public function destroy(string $id): bool;
* and *session.gc_maxlifetime* settings.
* @link http://php.net/manual/en/sessionhandlerinterface.gc.php
*
* @param int $max_lifetime Sessions that have not updated
* for the last **maxLifetime** seconds will be removed.
* @param int $max_lifetime Sessions that have not updated
* for the last **max_lifetime** seconds will be removed.
*
* @return int|false Returns the number of deleted sessions on success, or **false** on failure.
* Note this value is returned internally to PHP for processing.
Expand Down

0 comments on commit 83f5b5c

Please sign in to comment.