From 8a16c294df1be32014db3263945699dc5ea0f7fa Mon Sep 17 00:00:00 2001 From: Madhura Jayaratne Date: Thu, 6 Aug 2015 18:46:25 +0530 Subject: [PATCH] Fix indentation in doc comment Signed-off-by: Madhura Jayaratne --- libraries/Table.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/Table.class.php b/libraries/Table.class.php index 2ef713a355..6e398044ce 100644 --- a/libraries/Table.class.php +++ b/libraries/Table.class.php @@ -2372,7 +2372,7 @@ class PMA_Table /** * Get columns with indexes * - * @param int $types types bitmask + * @param int $types types bitmask * * @return array an array of columns */