Skip to content

Commit

Permalink
Fix DocBlocks issues
Browse files Browse the repository at this point in the history
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
  • Loading branch information
MauricioFauth authored and ibennetch committed Dec 11, 2018
1 parent 3bd0fa1 commit 795eeb8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions libraries/classes/Display/Results.php
Original file line number Diff line number Diff line change
Expand Up @@ -1389,9 +1389,9 @@ private function _getUnsortedSqlAndSortByKeyDropDown(
/**
* 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
*
Expand Down
4 changes: 2 additions & 2 deletions test/classes/SqlTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ protected function setUp()
/**
* 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.
*/
Expand Down

0 comments on commit 795eeb8

Please sign in to comment.