Completed
Push — master ( ec2cb6...3686c1 )
by Maxence
12s
created
lib/Service/FilesService.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -836,7 +836,7 @@
 block discarded – undo
836 836
 	}
837 837
 
838 838
 	/**
839
-	 * @param IndexDocument $document
839
+	 * @param FilesDocument $document
840 840
 	 * @param Throwable $t
841 841
 	 */
842 842
 	private function manageContentErrorException(IndexDocument $document, Throwable $t) {
Please login to merge, or discard this patch.
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.