From 29d81b350660be3cd07a19a13df6de8f6c00c227 Mon Sep 17 00:00:00 2001 From: chanaka Date: Mon, 28 Jul 2014 19:34:26 +0530 Subject: [PATCH] Fixed codesniffer error in documentation Signed-off-by: chanaka --- libraries/DisplayResults.class.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/libraries/DisplayResults.class.php b/libraries/DisplayResults.class.php index 61d7ad0ebc..5d64103dfd 100644 --- a/libraries/DisplayResults.class.php +++ b/libraries/DisplayResults.class.php @@ -2145,12 +2145,12 @@ class PMA_DisplayResults /** * Get sort order link * - * @param string $order_img the sort order image - * @param integer $col_index the index of the column - * @param string $direction the display direction - * @param array $fields_meta set of field properties - * @param string $order_url the url for sort - * @param string $multi_order_url the url for sort + * @param string $order_img the sort order image + * @param integer $col_index the index of the column + * @param string $direction the display direction + * @param array $fields_meta set of field properties + * @param string $order_url the url for sort + * @param string $multi_order_url the url for sort * * @return string the sort order link *