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-07-25 10:36:48 +0300
committerHugues Peccatte <hugues.peccatte@gmail.com>2015-07-25 10:36:48 +0300
commit08919d9252172187fe40a17c028bd0a83ecbe83f (patch)
treef51d0a811b95b035a54bb4beab8ab5dbf361847f /db_operations.php
parenta5d43db5503d03d8fe45775cd6ca760ff32b838e (diff)
Make PHPCS happy.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
Diffstat (limited to 'db_operations.php')
-rw-r--r--db_operations.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/db_operations.php b/db_operations.php
index 12b2e1d5d3..487a4a9700 100644
--- a/db_operations.php
+++ b/db_operations.php
@@ -270,7 +270,10 @@ if (!$is_information_schema) {
&& $cfg['PmaNoRelation_DisableWarning'] == false
) {
$message = PMA_Message::notice(
- __('The phpMyAdmin configuration storage has been deactivated. %sFind out why%s.')
+ __(
+ 'The phpMyAdmin configuration storage has been deactivated. ' .
+ '%sFind out why%s.'
+ )
);
$message->addParam(
'<a href="' . $cfg['PmaAbsoluteUri']