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 /tbl_select.php
parenta5d43db5503d03d8fe45775cd6ca760ff32b838e (diff)
Make PHPCS happy.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
Diffstat (limited to 'tbl_select.php')
-rw-r--r--tbl_select.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/tbl_select.php b/tbl_select.php
index 94390aff45..aa7e6d6d8b 100644
--- a/tbl_select.php
+++ b/tbl_select.php
@@ -21,7 +21,9 @@ use PMA\DI;
$container = DI\Container::getDefaultContainer();
$container->factory('PMA\Controllers\Table\TableSearchController');
-$container->alias('TableSearchController', 'PMA\Controllers\Table\TableSearchController');
+$container->alias(
+ 'TableSearchController', 'PMA\Controllers\Table\TableSearchController'
+);
/* Define dependencies for the concerned controller */
$dependency_definitions = array(