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

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ExamplePlugin/config/local.config.php')
-rw-r--r--plugins/ExamplePlugin/config/local.config.php16
1 files changed, 8 insertions, 8 deletions
diff --git a/plugins/ExamplePlugin/config/local.config.php b/plugins/ExamplePlugin/config/local.config.php
index cf846146e4..5dc4e74add 100644
--- a/plugins/ExamplePlugin/config/local.config.php
+++ b/plugins/ExamplePlugin/config/local.config.php
@@ -1,10 +1,10 @@
<?php
-return array (
- 0 => 1,
- 1 => 'mixed',
- 2 =>
- array (
- 0 => 'a',
- ),
- 'b' => 'c',
+return array(
+ 0 => 1,
+ 1 => 'mixed',
+ 2 =>
+ array(
+ 0 => 'a',
+ ),
+ 'b' => 'c',
);