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 13:32:47 +0400
committerMichal Čihař <michal@cihar.com>2012-04-27 13:32:47 +0400
commite6cca75875cf2dd08ab1cf51501ee01f505a54c4 (patch)
tree189941cf886012594848f764b4942ddaead831ce /scripts
parentb2243f08a89c069fba04a5deb87e5c94f17c7fe2 (diff)
Cleanup spacing after @param
Diffstat (limited to 'scripts')
-rw-r--r--scripts/decode_bug.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/decode_bug.php b/scripts/decode_bug.php
index a71f685514..8ac7b799db 100644
--- a/scripts/decode_bug.php
+++ b/scripts/decode_bug.php
@@ -61,7 +61,7 @@
/**
* Display the decoded bug report in ASCII format
*
- * @param string the text data
+ * @param string the text data
*
* @return string the text enclosed by "<pre>...</pre>" tags
*