@@ -122,7 +122,7 @@ discard block |
||
122 | 122 | * for backward compatibility. Otherwise cookie is named |
123 | 123 | * '<dirname>_voted_polls' to allow for module to be cloned using |
124 | 124 | * smartClone module. |
125 | - * @param int|string $index array index to set in cookie |
|
125 | + * @param string $index array index to set in cookie |
|
126 | 126 | * @param unknown_type $value data to store in cookie |
127 | 127 | * @param int $expires time when cookie expires |
128 | 128 | * @param string $cookieBaseName name of cookie (without directory prefix) |
@@ -168,7 +168,7 @@ discard block |
||
168 | 168 | * '<dirname>_voted_polls' to allow for module to be cloned using |
169 | 169 | * smartClone module. |
170 | 170 | * @param XoopsDatabase $db |
171 | - * @param $tablename |
|
171 | + * @param string $tablename |
|
172 | 172 | * @return bool success in setting cookie |
173 | 173 | * @internal param int|string $index array index to set in cookie |
174 | 174 | * @internal param unknown_type $value data to store in cookie |