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_datadict.php
parenta5d43db5503d03d8fe45775cd6ca760ff32b838e (diff)
Make PHPCS happy.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
Diffstat (limited to 'db_datadict.php')
-rw-r--r--db_datadict.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/db_datadict.php b/db_datadict.php
index e53c992dfe..8602d95f4a 100644
--- a/db_datadict.php
+++ b/db_datadict.php
@@ -67,7 +67,8 @@ foreach ($tables as $table) {
/**
* Gets table information
*/
- $show_comment = $GLOBALS['dbi']->getTable($db, $table)->sGetStatusInfo('TABLE_COMMENT');
+ $show_comment = $GLOBALS['dbi']->getTable($db, $table)
+ ->sGetStatusInfo('TABLE_COMMENT');
/**
* Gets table keys and retains them