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:
authorMatthieu Napoli <matthieu@mnapoli.fr>2015-03-23 06:17:00 +0300
committerMatthieu Napoli <matthieu@mnapoli.fr>2015-03-23 06:17:00 +0300
commit97c1cc7f27aea43b3785ab6335e48bf41ae043b7 (patch)
treedf04f81aec4afe02a7e635c33842a0d4c5249dda /plugins/ExamplePlugin/API.php
parent2aed127e94ae5525c944f8455db469774e713195 (diff)
Making the formatting of template files consistent with Piwik's styleguide and PSR-2
Diffstat (limited to 'plugins/ExamplePlugin/API.php')
-rw-r--r--plugins/ExamplePlugin/API.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ExamplePlugin/API.php b/plugins/ExamplePlugin/API.php
index b24bd2f4ad..6342545726 100644
--- a/plugins/ExamplePlugin/API.php
+++ b/plugins/ExamplePlugin/API.php
@@ -4,8 +4,8 @@
*
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- *
*/
+
namespace Piwik\Plugins\ExamplePlugin;
use Piwik\DataTable;