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:
authorDeven Bansod <devenbansod.bits@gmail.com>2016-03-22 09:16:22 +0300
committerDeven Bansod <devenbansod.bits@gmail.com>2016-03-22 09:20:22 +0300
commit3b227209a1df192f053d567d29cb2d6dc53c311b (patch)
treeaa977279c5e6a01450e2e6f4449122c94179a0bc /tbl_export.php
parentbd053d75dde8fd8065aab56c34aa6a217f6335fd (diff)
Make phpcs happy
Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
Diffstat (limited to 'tbl_export.php')
-rw-r--r--tbl_export.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tbl_export.php b/tbl_export.php
index 8c703f0197..e8e7230cc0 100644
--- a/tbl_export.php
+++ b/tbl_export.php
@@ -108,7 +108,7 @@ if (! empty($sql_query)) {
),
array(
new SqlParser\Token($table),
- new SqlParser\Token('.',SqlParser\Token::TYPE_OPERATOR)
+ new SqlParser\Token('.', SqlParser\Token::TYPE_OPERATOR)
)
);
}