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 00:54:03 +0300
committerHugues Peccatte <hugues.peccatte@gmail.com>2015-07-25 00:54:03 +0300
commit603953955a29f87a6511bf5a7543d18a96ee1cad (patch)
tree95cba5358a532ea33442a27cec645c313c539e2b /tbl_zoom_select.php
parent3e080120da25a292d183f87f419d99284d0a17e5 (diff)
Make PHPCS happy.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
Diffstat (limited to 'tbl_zoom_select.php')
-rw-r--r--tbl_zoom_select.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/tbl_zoom_select.php b/tbl_zoom_select.php
index e6323f6282..f475b58a01 100644
--- a/tbl_zoom_select.php
+++ b/tbl_zoom_select.php
@@ -20,7 +20,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(