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-23 15:38:07 +0300
committerHugues Peccatte <hugues.peccatte@gmail.com>2015-07-23 15:38:07 +0300
commitbf61709259e4b953bced1f332e29b375c5243ba4 (patch)
treeb418ecddc46d2a503e3d7001c98899973326782a /tbl_indexes.php
parent1daf0a030fc199396cca274a64a6002a3685c76e (diff)
Make PHPCS happy.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
Diffstat (limited to 'tbl_indexes.php')
-rw-r--r--tbl_indexes.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/tbl_indexes.php b/tbl_indexes.php
index d2490bd168..854c94ef44 100644
--- a/tbl_indexes.php
+++ b/tbl_indexes.php
@@ -16,7 +16,9 @@ require_once 'libraries/Index.class.php';
$container = DI\Container::getDefaultContainer();
$container->factory('PMA\Controllers\Table\TableIndexesController');
-$container->alias('TableIndexesController', 'PMA\Controllers\Table\TableIndexesController');
+$container->alias(
+ 'TableIndexesController', 'PMA\Controllers\Table\TableIndexesController'
+);
/* Define dependencies for the concerned controller */
$db = $container->get('db');