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:
authorMaurício Meneghini Fauth <mauriciofauth@gmail.com>2018-11-26 18:40:00 +0300
committerMaurício Meneghini Fauth <mauriciofauth@gmail.com>2018-11-26 18:40:00 +0300
commit5e8642b387b4ba6126cff0fa16496dc814b8c6ef (patch)
tree11f385944b577985fe412697e8cf20999422003b
parent8c789523f32b6c3009ddb3fb18d005e3a99abf70 (diff)
Fix DocBlocks issues
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
-rw-r--r--libraries/classes/Display/Results.php6
-rw-r--r--test/classes/SqlTest.php4
2 files changed, 5 insertions, 5 deletions
diff --git a/libraries/classes/Display/Results.php b/libraries/classes/Display/Results.php
index 28195ae276..1980affbba 100644
--- a/libraries/classes/Display/Results.php
+++ b/libraries/classes/Display/Results.php
@@ -1389,9 +1389,9 @@ class Results
/**
* Prepare sort by key dropdown - html code segment
*
- * @param Index[] $indexes the indexes of the table for sort criteria
- * @param array|null $sort_expression the sort expression
- * @param string $unsorted_sql_query the unsorted sql query
+ * @param Index[] $indexes the indexes of the table for sort criteria
+ * @param array|null $sort_expression the sort expression
+ * @param string $unsorted_sql_query the unsorted sql query
*
* @return string $drop_down_html html content
*
diff --git a/test/classes/SqlTest.php b/test/classes/SqlTest.php
index ddadd025ef..90e69f95d9 100644
--- a/test/classes/SqlTest.php
+++ b/test/classes/SqlTest.php
@@ -53,8 +53,8 @@ class SqlTest extends TestCase
/**
* Call protected functions by setting visibility to public.
*
- * @param string $name method name
- * @param array $params parameters for the invocation
+ * @param string $name method name
+ * @param array $params parameters for the invocation
*
* @return mixed the output from the protected method.
*/