Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugues Peccatte <hugues.peccatte@gmail.com>2015-06-12 23:24:32 +0300
committerHugues Peccatte <hugues.peccatte@gmail.com>2015-06-12 23:24:32 +0300
commit3827e3e9886fc18b7533f4aad5caedfd68a92faa (patch)
tree6a7a7ced3d14c329b122f3714ce4e8dc7bd38699 /tbl_indexes.php
parent10f5d6e5867d673e0bea2294274b3763b4df8f5e (diff)
Make PHPcs happy.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
Diffstat (limited to 'tbl_indexes.php')
-rw-r--r--tbl_indexes.php11
1 files changed, 7 insertions, 4 deletions
diff --git a/tbl_indexes.php b/tbl_indexes.php
index 69801f44d3..1a6c3e78d5 100644
--- a/tbl_indexes.php
+++ b/tbl_indexes.php
@@ -47,9 +47,11 @@ if (isset($_REQUEST['do_save_data'])) {
PMA_Response::getInstance()->addJSON(
'sql_data',
PMA\Template::get('preview_sql')
- ->render(array(
- 'query_data' => $sql_query
- ))
+ ->render(
+ array(
+ 'query_data' => $sql_query
+ )
+ )
);
} elseif (!$error) {
@@ -121,7 +123,8 @@ if (isset($_REQUEST['create_index'])) {
}
$response = PMA_Response::getInstance();
-$response->addHTML(PMA\Template::get('index_form')
+$response->addHTML(
+ PMA\Template::get('index_form')
->render(
array(
'fields' => $fields,