Fix createIV documentation

Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
Michal Čihař 2017-10-20 18:14:30 +02:00
parent 3f8e1f19e0
commit 6cb2963dcf

View File

@ -835,7 +835,7 @@ class AuthenticationCookie extends AuthenticationPlugin
* further decryption. I don't think necessary to have one iv
* per server so I don't put the server number in the cookie name.
*
* @return void
* @return string
*/
public function createIV()
{