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 'modules/Log/APICall.php')
-rw-r--r--modules/Log/APICall.php24
1 files changed, 12 insertions, 12 deletions
diff --git a/modules/Log/APICall.php b/modules/Log/APICall.php
index a14df78221..a4d4c1a754 100644
--- a/modules/Log/APICall.php
+++ b/modules/Log/APICall.php
@@ -1,15 +1,15 @@
-<?php
-/**
- * Piwik - Open source web analytics
- *
- * @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
- * @version $Id$
- *
- * @package Piwik_Log
- * @subpackage Piwik_Log_APICall
- */
-
+<?php
+/**
+ * Piwik - Open source web analytics
+ *
+ * @link http://piwik.org
+ * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @version $Id$
+ *
+ * @package Piwik_Log
+ * @subpackage Piwik_Log_APICall
+ */
+
/**
* Class used to log all the API Calls information (class / method / parameters / returned value / time spent)
*