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 'core/View/ViewInterface.php')
-rw-r--r--core/View/ViewInterface.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/View/ViewInterface.php b/core/View/ViewInterface.php
index 2a0fb6c0c6..1eaeb2e27d 100644
--- a/core/View/ViewInterface.php
+++ b/core/View/ViewInterface.php
@@ -20,9 +20,9 @@ namespace Piwik\View;
interface ViewInterface
{
/**
- * Outputs data.
+ * Returns data.
*
- * @return mixed (image, array, html...)
+ * @return string Serialized data, eg, (image, array, html...).
*/
function render();
} \ No newline at end of file