Completed
Push — master ( 8dad3b...c41a18 )
by Michael
04:37 queued 02:19
created
class/pollutility.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -122,7 +122,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
Please login to merge, or discard this patch.