Fix DocBlocks issues

Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
This commit is contained in:
Maurício Meneghini Fauth 2018-11-26 13:40:00 -02:00 committed by Isaac Bennetch
parent 3bd0fa1e15
commit 795eeb84be
2 changed files with 5 additions and 5 deletions

View File

@ -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
*

View File

@ -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.
*/