Completed
Push — master ( 7f5780...cadf6d )
by Joao
19s
created
src/JwtSession.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -24,8 +24,8 @@
 block discarded – undo
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 = "/")
Please login to merge, or discard this patch.