@@ -24,8 +24,8 @@ |
||
24 | 24 | /** |
25 | 25 | * JwtSession constructor. |
26 | 26 | * |
27 | - * @param $serverName |
|
28 | - * @param $secretKey |
|
27 | + * @param string $serverName |
|
28 | + * @param string $secretKey |
|
29 | 29 | * @param int $timeOutMinutes |
30 | 30 | */ |
31 | 31 | public function __construct($serverName, $secretKey, $timeOutMinutes = null, $sessionContext = null, $cookieDomain = null, $path = "/") |