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:
authorMaurício Meneghini Fauth <mauriciofauth@gmail.com>2018-06-19 03:30:06 +0300
committerMaurício Meneghini Fauth <mauriciofauth@gmail.com>2018-06-19 03:30:06 +0300
commit2d58411bee1dc33bc38198ea51349d469bc61ac5 (patch)
tree8270edb8c133ab4250f941e84b3be2f861e7c86e /examples/config.manyhosts.inc.php
parent5edbdf2063789d9bacb56804634ed77be6a0bb08 (diff)
Some coding style fixes
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
Diffstat (limited to 'examples/config.manyhosts.inc.php')
-rw-r--r--examples/config.manyhosts.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/config.manyhosts.inc.php b/examples/config.manyhosts.inc.php
index fac52633fd..b9ea89306d 100644
--- a/examples/config.manyhosts.inc.php
+++ b/examples/config.manyhosts.inc.php
@@ -10,7 +10,7 @@
*/
declare(strict_types=1);
-$i=0;
+$i = 0;
$hosts = [
"foo.example.com",
"bar.example.com",