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:
authorsgiehl <stefangiehl@gmail.com>2012-06-21 01:01:20 +0400
committersgiehl <stefangiehl@gmail.com>2012-06-21 01:01:20 +0400
commitc47c83a618f2ecc76f62d371a1091d4b66377ed1 (patch)
treea22184bdc0b68c356ae46ee81c38a9fd683f49e2 /core/View
parent8705104f303be4b6143db88e5fb060f568f263cf (diff)
added/fixed doc blocks
git-svn-id: http://dev.piwik.org/svn/trunk@6486 59fd770c-687e-43c8-a1e3-f5a4ff64c105
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()
{