Skip to content

Commit

Permalink
docs: add @param
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Oct 1, 2022
1 parent fb49169 commit 328fa6c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions system/Session/Handlers/RedisHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ class RedisHandler extends BaseHandler
protected $sessionExpiration = 7200;

/**
* @param string $ipAddress User's IP address
*
* @throws SessionException
*/
public function __construct(AppConfig $config, string $ipAddress)
Expand Down

0 comments on commit 328fa6c

Please sign in to comment.