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:
authorsgiehl <stefan@piwik.org>2013-07-06 20:00:00 +0400
committersgiehl <stefan@piwik.org>2013-07-06 20:00:00 +0400
commitbfd7e1fa5d0df717d7e715a99cd741d76229f7d4 (patch)
tree88bb71abcb142612013781d0f3915734cb2dce7e /plugins/Proxy
parent1f787b2c435d7e5b2e33d2aeffa821eccb546bf7 (diff)
fixed several doc blocks
Diffstat (limited to 'plugins/Proxy')
-rw-r--r--plugins/Proxy/Controller.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/Proxy/Controller.php b/plugins/Proxy/Controller.php
index 1d714e3570..02f57a44cd 100644
--- a/plugins/Proxy/Controller.php
+++ b/plugins/Proxy/Controller.php
@@ -23,7 +23,7 @@ class Piwik_Proxy_Controller extends Piwik_Controller
*
* @deprecated 1.5.1
*
- * @param string $imageData Base-64 encoded image data (via $_POST)
+ * @internal param string $imageData Base-64 encoded image data (via $_POST)
*/
static public function exportImageWindow()
{
@@ -44,7 +44,7 @@ class Piwik_Proxy_Controller extends Piwik_Controller
*
* @deprecated 1.5.1
*
- * @param string $imageData Base-64 encoded image data (via $_POST)
+ * @internal param string $imageData Base-64 encoded image data (via $_POST)
*/
static public function outputBinaryImage()
{
@@ -113,7 +113,7 @@ class Piwik_Proxy_Controller extends Piwik_Controller
* Output redirection page instead of linking directly to avoid
* exposing the referrer on the Piwik demo.
*
- * @param string $url (via $_GET)
+ * @internal param string $url (via $_GET)
*/
public function redirect()
{