Fix DocBlocks issues
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
This commit is contained in:
parent
3bd0fa1e15
commit
795eeb84be
@ -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
|
||||
*
|
||||
|
||||
@ -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.
|
||||
*/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user