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:
authorMichal Čihař <michal@cihar.com>2012-04-27 15:54:13 +0400
committerMichal Čihař <michal@cihar.com>2012-04-27 15:54:13 +0400
commitb846df7033c88d7e57da15915252c555c2a0b034 (patch)
tree4f77b0db5754113314f8bc154bac38408d87be96 /examples/signon-script.php
parent8318db6c8a96e384cea27c480677e57653df8d6f (diff)
Empty line between @param and @return
Diffstat (limited to 'examples/signon-script.php')
-rw-r--r--examples/signon-script.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/signon-script.php b/examples/signon-script.php
index 52777a0743..db98c73247 100644
--- a/examples/signon-script.php
+++ b/examples/signon-script.php
@@ -18,6 +18,7 @@
* It can optionally use configured username as parameter.
*
* @param string $user
+ *
* @return array
*/
function get_login_credentials($user)