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-08-24 20:36:16 +0300
committerHugues Peccatte <hugues.peccatte@gmail.com>2015-08-24 20:36:16 +0300
commit00bd7f02f38d9068f6946b63ab93cb920e63953a (patch)
treea4581f51ddee86d0d324d8a59ff0c0b169db0cfd /libraries/config.values.php
parenta94c5728c372f8c0b3e6ca0387c94595b8cecbc2 (diff)
Make PHPCS happy.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
Diffstat (limited to 'libraries/config.values.php')
-rw-r--r--libraries/config.values.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/libraries/config.values.php b/libraries/config.values.php
index a46ec3b372..218eab6ec0 100644
--- a/libraries/config.values.php
+++ b/libraries/config.values.php
@@ -167,7 +167,9 @@ $cfg_db['Export']['_sod_select'] = array(
$cfg_db['Export']['method'] = array(
'quick' => __('Quick - display only the minimal options to configure'),
'custom' => __('Custom - display all possible options to configure'),
- 'custom-no-form' => __('Custom - like above, but without the quick/custom choice')
+ 'custom-no-form' => __(
+ 'Custom - like above, but without the quick/custom choice'
+ ),
);
$cfg_db['Export']['format'] = array(
'codegen', 'csv', 'excel', 'htmlexcel','htmlword', 'latex', 'ods',