diff --git a/libraries/classes/Display/Results.php b/libraries/classes/Display/Results.php index 73d4156b29..c53d0014d5 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. */