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:
authordiosmosis <benakamoorthi@fastmail.fm>2013-12-08 22:12:48 +0400
committerdiosmosis <benakamoorthi@fastmail.fm>2013-12-08 22:13:07 +0400
commit13297a804c38999aa790af93f1d599e3c809dc7d (patch)
treecdf7cb0b4df018853852a1af675041cd23944293 /core/View
parent54bb5200d2567e51ff5a77dcd4dfa89195c169d9 (diff)
Fixes #4200, revised rest of @api classes/methods, closing ticket.
Diffstat (limited to 'core/View')
-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