Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/HuasoFoundries/phpPgAdmin6.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Figueroa <amenadiel@gmail.com>2018-02-15 22:45:25 +0300
committerStyleCI Bot <bot@styleci.io>2018-02-15 22:45:25 +0300
commit965994d1b237f48021e7af107adf7f2c9c527da2 (patch)
tree8fcf3635800cd4ade2ce77237e4d505ae6700ed4 /src/controllers/SchemasController.php
parentbe895269cc94a65df9beb82e7764601479dd488f (diff)
Apply fixes from StyleCI
[ci skip] [skip ci]
Diffstat (limited to 'src/controllers/SchemasController.php')
-rw-r--r--src/controllers/SchemasController.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/controllers/SchemasController.php b/src/controllers/SchemasController.php
index 2fa4d8d8..c00b755e 100644
--- a/src/controllers/SchemasController.php
+++ b/src/controllers/SchemasController.php
@@ -20,7 +20,6 @@ class SchemasController extends BaseController
*/
public function render()
{
-
$lang = $this->lang;
$action = $this->action;
@@ -92,7 +91,6 @@ class SchemasController extends BaseController
*/
public function doDefault($msg = '')
{
-
$lang = $this->lang;
$data = $this->misc->getDatabaseAccessor();
@@ -193,7 +191,6 @@ class SchemasController extends BaseController
*/
public function doTree()
{
-
$lang = $this->lang;
$data = $this->misc->getDatabaseAccessor();
@@ -230,7 +227,6 @@ class SchemasController extends BaseController
public function doSubTree()
{
-
$lang = $this->lang;
$data = $this->misc->getDatabaseAccessor();