Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Przybylski <piotrprz@gmail.com>2011-08-16 16:31:52 +0400
committerPiotr Przybylski <piotrprz@gmail.com>2011-08-16 16:31:52 +0400
commitdf9b8c2729decf39321771452bc1884b979f31ef (patch)
treee3ca53bb47e6c7985834d3dcdf488f86c40e463b /libraries/auth
parenta9d583e5d5b1ed4c82dbf687b13a3eb964ce63e1 (diff)
Fix comments for functions with missing @return tag
Diffstat (limited to 'libraries/auth')
-rw-r--r--libraries/auth/cookie.auth.lib.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/libraries/auth/cookie.auth.lib.php b/libraries/auth/cookie.auth.lib.php
index 4615c55ff9..c2e50c0671 100644
--- a/libraries/auth/cookie.auth.lib.php
+++ b/libraries/auth/cookie.auth.lib.php
@@ -80,6 +80,7 @@ if (function_exists('mcrypt_encrypt')) {
* Returns blowfish secret or generates one if needed.
*
* @access public
+ * @return string
*/
function PMA_get_blowfish_secret()
{