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-03-15 02:32:25 +0300
committerFelipe Figueroa <amenadiel@gmail.com>2018-03-15 02:32:25 +0300
commite0687b0863df251f8e00d73a4cca95cb5c1d7af2 (patch)
treee47db5210e8ccf700d5d166bff921f660f570772 /src/controllers/InfoController.php
parent9a39e6b69c86e9c3da875515b46afc9f8399c636 (diff)
adds align double arrow and align equals to phpcsfixer
Diffstat (limited to 'src/controllers/InfoController.php')
-rw-r--r--src/controllers/InfoController.php28
1 files changed, 14 insertions, 14 deletions
diff --git a/src/controllers/InfoController.php b/src/controllers/InfoController.php
index 45986557..4bf1af78 100644
--- a/src/controllers/InfoController.php
+++ b/src/controllers/InfoController.php
@@ -59,13 +59,13 @@ class InfoController extends BaseController
$shownull = ['null' => true];
// Fetch info
- $referrers = $data->getReferrers($_REQUEST['table']);
- $parents = $data->getTableParents($_REQUEST['table']);
- $children = $data->getTableChildren($_REQUEST['table']);
+ $referrers = $data->getReferrers($_REQUEST['table']);
+ $parents = $data->getTableParents($_REQUEST['table']);
+ $children = $data->getTableChildren($_REQUEST['table']);
$tablestatstups = $data->getStatsTableTuples($_REQUEST['table']);
- $tablestatsio = $data->getStatsTableIO($_REQUEST['table']);
+ $tablestatsio = $data->getStatsTableIO($_REQUEST['table']);
$indexstatstups = $data->getStatsIndexTuples($_REQUEST['table']);
- $indexstatsio = $data->getStatsIndexIO($_REQUEST['table']);
+ $indexstatsio = $data->getStatsIndexIO($_REQUEST['table']);
// Check that there is some info
if (($referrers === -99 || ($referrers !== -99 && 0 == $referrers->recordCount()))
@@ -103,12 +103,12 @@ class InfoController extends BaseController
$actions = [
'properties' => [
'content' => $lang['strproperties'],
- 'attr' => [
+ 'attr' => [
'href' => [
- 'url' => 'constraints.php',
+ 'url' => 'constraints.php',
'urlvars' => [
'schema' => Decorator::field('nspname'),
- 'table' => Decorator::field('relname'),
+ 'table' => Decorator::field('relname'),
],
],
],
@@ -139,12 +139,12 @@ class InfoController extends BaseController
$actions = [
'properties' => [
'content' => $lang['strproperties'],
- 'attr' => [
+ 'attr' => [
'href' => [
- 'url' => 'tblproperties.php',
+ 'url' => 'tblproperties.php',
'urlvars' => [
'schema' => Decorator::field('nspname'),
- 'table' => Decorator::field('relname'),
+ 'table' => Decorator::field('relname'),
],
],
],
@@ -175,12 +175,12 @@ class InfoController extends BaseController
$actions = [
'properties' => [
'content' => $lang['strproperties'],
- 'attr' => [
+ 'attr' => [
'href' => [
- 'url' => 'tblproperties.php',
+ 'url' => 'tblproperties.php',
'urlvars' => [
'schema' => Decorator::field('nspname'),
- 'table' => Decorator::field('relname'),
+ 'table' => Decorator::field('relname'),
],
],
],