From 795eeb84be03ae92a293c189427fff239c04cca0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maur=C3=ADcio=20Meneghini=20Fauth?= Date: Mon, 26 Nov 2018 13:40:00 -0200 Subject: [PATCH] Fix DocBlocks issues MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: MaurĂ­cio Meneghini Fauth --- libraries/classes/Display/Results.php | 6 +++--- test/classes/SqlTest.php | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) 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. */