Completed
Pull Request — master (#96)
by Robin
01:20
created
lib/Service/ConfigService.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -272,9 +272,9 @@
 block discarded – undo
272 272
 
273 273
 
274 274
 	/**
275
-	 * @param $major
276
-	 * @param $sub
277
-	 * @param $minor
275
+	 * @param integer $major
276
+	 * @param integer $sub
277
+	 * @param integer $minor
278 278
 	 *
279 279
 	 * @return bool
280 280
 	 */
Please login to merge, or discard this patch.
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.