From 47d86e1750e2d81f36b2e1e84fc615b8b1da5705 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sun, 3 May 2015 07:14:11 -0400 Subject: [PATCH] Fix coding style Signed-off-by: Marc Delisle --- libraries/DisplayResults.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/DisplayResults.class.php b/libraries/DisplayResults.class.php index fe5b94c18e..8379180f4d 100644 --- a/libraries/DisplayResults.class.php +++ b/libraries/DisplayResults.class.php @@ -454,8 +454,8 @@ class PMA_DisplayResults /** * Defines the parts to display for the results of a SQL query * - * @param array $displayParts the parts to display (see a few - * lines above for explanations) + * @param array $displayParts the parts to display (see a few + * lines above for explanations) * @param integer &$the_total the total number of rows returned by the SQL * query without any programmatically appended * LIMIT clause