From 13297a804c38999aa790af93f1d599e3c809dc7d Mon Sep 17 00:00:00 2001 From: diosmosis Date: Sun, 8 Dec 2013 18:12:48 +0000 Subject: Fixes #4200, revised rest of @api classes/methods, closing ticket. --- core/View/ViewInterface.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/View') 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 -- cgit v1.2.3