@@ -71,7 +71,6 @@ |
||
| 71 | 71 | /** |
| 72 | 72 | * Get the reCAPTACHA javascript code. |
| 73 | 73 | * |
| 74 | - * @param string $id |
|
| 75 | 74 | * @return string |
| 76 | 75 | */ |
| 77 | 76 | public function getRecaptchaScript() |
@@ -27,7 +27,7 @@ discard block |
||
| 27 | 27 | /** |
| 28 | 28 | * Set the session object. |
| 29 | 29 | * |
| 30 | - * @param Mage_Core_Model_Session $$session |
|
| 30 | + * @param Mage_Core_Model_Session $session |
|
| 31 | 31 | * @return self |
| 32 | 32 | */ |
| 33 | 33 | public function setSession(Mage_Core_Model_Session_Abstract $session) |
@@ -100,7 +100,6 @@ discard block |
||
| 100 | 100 | /** |
| 101 | 101 | * Get the request URI. |
| 102 | 102 | * |
| 103 | - * @param array $visitorData |
|
| 104 | 103 | * @return bool |
| 105 | 104 | */ |
| 106 | 105 | protected function getRequestUri() |