From ced43af95d87bbb320df07cc56cac09135eca3ce Mon Sep 17 00:00:00 2001 From: Madhura Jayaratne Date: Thu, 26 Nov 2015 19:48:37 +1100 Subject: [PATCH] More style violations in controllers fixed Signed-off-by: Madhura Jayaratne --- .../server/ServerDatabasesController.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/libraries/controllers/server/ServerDatabasesController.php b/libraries/controllers/server/ServerDatabasesController.php index e0a5fa946c6d..b79817352373 100644 --- a/libraries/controllers/server/ServerDatabasesController.php +++ b/libraries/controllers/server/ServerDatabasesController.php @@ -451,12 +451,12 @@ private function _getHtmlForTableBody($column_order, $replication_types) * Builds the HTML for one database to display in the list * of databases from server_databases.php * - * @param array $current current database - * @param string $url_query url query - * @param array $column_order column order - * @param array $replication_types replication types - * @param array $replication_info replication info - * @param string $tr_class HTMl class for the row + * @param array $current current database + * @param string $url_query url query + * @param array $column_order column order + * @param array $replication_types replication types + * @param array $replication_info replication info + * @param string $tr_class HTMl class for the row * * @return array $column_order, $out */ @@ -484,8 +484,8 @@ function _buildHtmlForDb( if (/*overload*/mb_strlen($key) > 0 || (isset($replication_info[$type]['Do_DB'][0]) - && $replication_info[$type]['Do_DB'][0] == "" - && count($replication_info[$type]['Do_DB']) == 1) + && $replication_info[$type]['Do_DB'][0] == "" + && count($replication_info[$type]['Do_DB']) == 1) ) { // if ($key != null) did not work for index "0" $out = Util::getIcon(