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
path: root/core/View
diff options
context:
space:
mode:
Diffstat (limited to 'core/View')
-rw-r--r--core/View/Interface.php1
-rw-r--r--core/View/OneClickDone.php2
2 files changed, 2 insertions, 1 deletions
diff --git a/core/View/Interface.php b/core/View/Interface.php
index 99aa7c82cd..9ac2daca11 100644
--- a/core/View/Interface.php
+++ b/core/View/Interface.php
@@ -19,6 +19,7 @@ interface Piwik_View_Interface
{
/**
* Outputs the data.
+ *
* @return mixed (image, array, html...)
*/
function render();
diff --git a/core/View/OneClickDone.php b/core/View/OneClickDone.php
index 4c38185c9a..053bb9b199 100644
--- a/core/View/OneClickDone.php
+++ b/core/View/OneClickDone.php
@@ -47,7 +47,7 @@ class Piwik_View_OneClickDone
/**
* Outputs the data.
*
- * @return string html
+ * @return string html
*/
public function render()
{