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-08-02 22:16:50 +0400
committersgiehl <stefan@piwik.org>2013-08-02 22:16:50 +0400
commit392d45f156f63a4c774226fee12df66459ceab32 (patch)
tree3d27e7ded05d8260abf056d6ac41c1554023fb22 /plugins/Installation
parentbbb9c0e10868fdf96e1c53f8f7dd71a14e0abd53 (diff)
fixed some doc blocks/namespaces
Diffstat (limited to 'plugins/Installation')
-rw-r--r--plugins/Installation/Controller.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/Installation/Controller.php b/plugins/Installation/Controller.php
index d0207e1ffa..edf7805509 100644
--- a/plugins/Installation/Controller.php
+++ b/plugins/Installation/Controller.php
@@ -615,8 +615,8 @@ class Piwik_Installation_Controller extends Admin
/**
* Redirect to next step
*
- * @param string Current step
- * @return none
+ * @param string $currentStep Current step
+ * @return void
*/
protected function redirectToNextStep($currentStep)
{
@@ -629,7 +629,7 @@ class Piwik_Installation_Controller extends Admin
/**
* Skip this step (typically to mark the current function as completed)
*
- * @param string function name
+ * @param string $step function name
*/
protected function skipThisStep($step)
{