From 70cf592270aa783fa6d6ef5a7b246562b015ec43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Doursenaud?= Date: Wed, 23 Apr 2014 14:27:17 +0200 Subject: [PATCH] Qual: Wrong type in method documentation --- htdocs/core/class/cookie.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/class/cookie.class.php b/htdocs/core/class/cookie.class.php index 629cf927815..5d3d5352626 100644 --- a/htdocs/core/class/cookie.class.php +++ b/htdocs/core/class/cookie.class.php @@ -80,7 +80,7 @@ class DolCookie /** * Decrypt the cookie * - * @return void + * @return string */ function decryptCookie() {