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:
authorHugues Peccatte <hugues.peccatte@gmail.com>2014-11-02 00:07:18 +0300
committerHugues Peccatte <hugues.peccatte@gmail.com>2014-11-02 00:07:18 +0300
commitbdb5f333d7b279de6ff39bcdf92c92c4af80be20 (patch)
treed5adef02c262d436352344e57a3a429d43c12af6 /js/export.js
parentf7b37d8d7233f9486a442dc1174f468f619f8759 (diff)
Fix PHPCS issues.
PHPDoc updates. Minor coding style modifications. Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
Diffstat (limited to 'js/export.js')
-rw-r--r--js/export.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/export.js b/js/export.js
index 72f87caafc..abb38b5c24 100644
--- a/js/export.js
+++ b/js/export.js
@@ -253,7 +253,7 @@ function check_time_out(time_limit)
/**
* Handler for Database/table alias select
*
- * @param object event the event object
+ * @param event object the event object
*
* @return void
*/
@@ -287,7 +287,7 @@ function aliasSelectHandler(event) {
/**
* Handler for Alias dialog box
*
- * @param object event the event object
+ * @param event object the event object
*
* @return void
*/