Completed
Pull Request — master (#87)
by Robin
01:28
created
lib/Service/FilesService.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1009,7 +1009,7 @@
 block discarded – undo
1009 1009
 	}
1010 1010
 
1011 1011
 	/**
1012
-	 * @param IIndexDocument $document
1012
+	 * @param FilesDocument $document
1013 1013
 	 * @param Throwable $t
1014 1014
 	 */
1015 1015
 	private function manageContentErrorException(IIndexDocument $document, Throwable $t) {
Please login to merge, or discard this patch.
lib/Service/ConfigService.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -277,9 +277,9 @@  discard block
 block discarded – undo
277 277
 
278 278
 
279 279
 	/**
280
-	 * @param $major
281
-	 * @param $sub
282
-	 * @param $minor
280
+	 * @param integer $major
281
+	 * @param integer $sub
282
+	 * @param integer $minor
283 283
 	 *
284 284
 	 * @return bool
285 285
 	 */
@@ -295,7 +295,7 @@  discard block
 block discarded – undo
295 295
 	 * Check if the path is excluded via configuration
296 296
 	 * and therefore the file shouldn't be indexed
297 297
 	 * 
298
-	 * @param $filePath The file to be indexed
298
+	 * @param string $filePath The file to be indexed
299 299
 	 * 
300 300
 	 * @return bool
301 301
 	 */
Please login to merge, or discard this patch.