Passed
Push — dev ( 253515...9e3f3f )
by Darko
10:02
created
www/admin/opcachestats.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -61,6 +61,9 @@
 block discarded – undo
61 61
 		return $self;
62 62
 	}
63 63
 
64
+	/**
65
+	 * @param string $name
66
+	 */
64 67
 	public function getOption($name = null)
65 68
 	{
66 69
 		if ($name === null) {
Please login to merge, or discard this patch.
www/plugins/function.html_options_multiple.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -167,6 +167,10 @@
 block discarded – undo
167 167
 	}
168 168
 	return $_html_result;
169 169
 }
170
+/**
171
+ * @param string|null $id
172
+ * @param integer $idx
173
+ */
170 174
 function smarty_function_html_options_multiple_optgroup($key, $values, $selected, $id, $class, &$idx)
171 175
 {
172 176
 	$optgroup_html = '<optgroup label="' . smarty_function_escape_special_chars($key) . '">' . "\n";
Please login to merge, or discard this patch.
nntmux/processing/tv/TMDB.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -55,8 +55,8 @@  discard block
 block discarded – undo
55 55
 	 * Main processing director function for scrapers
56 56
 	 * Calls work query function and initiates processing
57 57
 	 *
58
-	 * @param      $groupID
59
-	 * @param      $guidChar
58
+	 * @param      string $groupID
59
+	 * @param      string $guidChar
60 60
 	 * @param      $process
61 61
 	 * @param bool $local
62 62
 	 */
@@ -264,7 +264,7 @@  discard block
 block discarded – undo
264 264
 
265 265
 	/**
266 266
 	 * @param $shows
267
-	 * @param $cleanName
267
+	 * @param string $cleanName
268 268
 	 *
269 269
 	 * @return array|bool
270 270
 	 */
Please login to merge, or discard this patch.