Passed
Branch dev (a25f63)
by Darko
15:17
created
nntmux/NZBContents.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -113,7 +113,7 @@  discard block
 block discarded – undo
113 113
 	 * @param int    $groupID
114 114
 	 * @param string $groupName
115 115
 	 *
116
-	 * @return bool
116
+	 * @return false|string
117 117
 	 *
118 118
 	 * @access public
119 119
 	 */
@@ -161,7 +161,7 @@  discard block
 block discarded – undo
161 161
 	 * @param int    $groupID
162 162
 	 * @param bool   $nfoCheck
163 163
 	 *
164
-	 * @return array|bool
164
+	 * @return string
165 165
 	 *
166 166
 	 * @access public
167 167
 	 */
Please login to merge, or discard this patch.
nntmux/NZBGet.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -346,7 +346,7 @@  discard block
 block discarded – undo
346 346
 	 *
347 347
 	 * @param int $limit The speed to limit it to.
348 348
 	 *
349
-	 * @return bool
349
+	 * @return boolean|null
350 350
 	 *
351 351
 	 * @access public
352 352
 	 */
@@ -399,7 +399,7 @@  discard block
 block discarded – undo
399 399
 	/**
400 400
 	 * Request for current status (summary) information. Parts of informations returned by this method can be printed by command "nzbget -L".
401 401
 	 *
402
-	 * @return array The status.
402
+	 * @return boolean The status.
403 403
 	 *
404 404
 	 * @access public
405 405
 	 */
@@ -428,7 +428,7 @@  discard block
 block discarded – undo
428 428
 	 *
429 429
 	 * @param string $url NZBGet URL to verify.
430 430
 	 *
431
-	 * @return bool|string
431
+	 * @return string|false
432 432
 	 *
433 433
 	 * @access public
434 434
 	 */
Please login to merge, or discard this patch.
nntmux/NZBInfo.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -68,6 +68,9 @@
 block discarded – undo
68 68
 		return $this->isLoaded;
69 69
 	}
70 70
 
71
+    /**
72
+     * @param string $loc
73
+     */
71 74
     public function loadFromFile($loc, $loadAllVars=false)
72 75
     {
73 76
         $this->source = $loc;
Please login to merge, or discard this patch.
nntmux/NZBVortex.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -270,7 +270,7 @@
 block discarded – undo
270 270
     /**
271 271
      * sendRequest()
272 272
      *
273
-     * @param       $path
273
+     * @param       string $path
274 274
      * @param array $params
275 275
      *
276 276
      * @return array
Please login to merge, or discard this patch.
nntmux/processing/PostProcess.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -125,7 +125,7 @@  discard block
 block discarded – undo
125 125
 	/**
126 126
 	 * Go through every type of post proc.
127 127
 	 *
128
-	 * @param $nntp
128
+	 * @param \nntmux\NNTP $nntp
129 129
 	 *
130 130
 	 * @return void
131 131
 	 */
@@ -254,7 +254,7 @@  discard block
 block discarded – undo
254 254
 	 *
255 255
 	 * @param string     $groupID   (Optional) ID of a group to work on.
256 256
 	 * @param string     $guidChar  (Optional) First letter of a release GUID to use to get work.
257
-	 * @param string|int $processTV (Optional) 0 Don't process, 1 process all releases,
257
+	 * @param integer $processTV (Optional) 0 Don't process, 1 process all releases,
258 258
 	 *                                         2 process renamed releases only, '' check site setting
259 259
 	 *
260 260
 	 * @return void
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
@@ -48,8 +48,8 @@  discard block
 block discarded – undo
48 48
 	 * Main processing director function for TMDB
49 49
 	 * Calls work query function and initiates processing
50 50
 	 *
51
-	 * @param      $groupID
52
-	 * @param      $guidChar
51
+	 * @param      string $groupID
52
+	 * @param      string $guidChar
53 53
 	 * @param      $process
54 54
 	 * @param bool $local
55 55
 	 */
@@ -215,7 +215,7 @@  discard block
 block discarded – undo
215 215
 
216 216
 	/**
217 217
 	 * @param $shows
218
-	 * @param $cleanName
218
+	 * @param string $cleanName
219 219
 	 *
220 220
 	 * @return array|false
221 221
 	 */
Please login to merge, or discard this patch.
nntmux/processing/tv/TraktTv.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -91,8 +91,8 @@
 block discarded – undo
91 91
 	 * Main processing director function for scrapers
92 92
 	 * Calls work query function and initiates processing
93 93
 	 *
94
-	 * @param      $groupID
95
-	 * @param      $guidChar
94
+	 * @param      string $groupID
95
+	 * @param      string $guidChar
96 96
 	 * @param      $process
97 97
 	 * @param bool $local
98 98
 	 */
Please login to merge, or discard this patch.
nntmux/processing/tv/TV.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -379,7 +379,7 @@
 block discarded – undo
379 379
 	/**
380 380
 	 * Sets the TV show's image column to found (1)
381 381
 	 *
382
-	 * @param $videoId
382
+	 * @param integer $videoId
383 383
 	 */
384 384
 	public function setCoverFound($videoId)
385 385
 	{
Please login to merge, or discard this patch.
nntmux/processing/tv/TVMaze.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.