Completed
Push — master ( 689520...5c7c78 )
by
unknown
01:53
created
lib/Model/SearchRequest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -631,7 +631,7 @@
 block discarded – undo
631 631
 	}
632 632
 
633 633
 	/**
634
-	 * @param array $filters
634
+	 * @param string[] $filters
635 635
 	 *
636 636
 	 * @return ISearchRequest
637 637
 	 */
Please login to merge, or discard this patch.
lib/Service/CliService.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -85,7 +85,7 @@
 block discarded – undo
85 85
 
86 86
 	/**
87 87
 	 * @param string $panelId
88
-	 * @param array $lines
88
+	 * @param string[] $lines
89 89
 	 */
90 90
 	public function createPanel(string $panelId, array $lines) {
91 91
 		if (!is_array($lines)) {
Please login to merge, or discard this patch.
lib/Service/IndexService.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -210,7 +210,7 @@  discard block
 block discarded – undo
210 210
 	/**
211 211
 	 * @param IFullTextSearchProvider $provider
212 212
 	 * @param IIndexDocument[] $documents
213
-	 * @param IIndexOptions $options
213
+	 * @param IndexOptions $options
214 214
 	 *
215 215
 	 * @return IIndexDocument[]
216 216
 	 * @throws Exception
@@ -491,7 +491,7 @@  discard block
 block discarded – undo
491 491
 
492 492
 
493 493
 	/**
494
-	 * @param IIndex $index
494
+	 * @param Index $index
495 495
 	 */
496 496
 	private function updateIndexError(IIndex $index) {
497 497
 
Please login to merge, or discard this patch.
lib/Service/TestService.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -77,7 +77,7 @@  discard block
 block discarded – undo
77 77
 
78 78
 
79 79
 	/**
80
-	 * @param IIndexOptions $options
80
+	 * @param \OCA\FullTextSearch\Model\IndexOptions $options
81 81
 	 *
82 82
 	 * @return IIndexDocument
83 83
 	 */
@@ -104,7 +104,7 @@  discard block
 block discarded – undo
104 104
 
105 105
 
106 106
 	/**
107
-	 * @param IIndexOptions $options
107
+	 * @param \OCA\FullTextSearch\Model\IndexOptions $options
108 108
 	 *
109 109
 	 * @return IIndexDocument
110 110
 	 */
Please login to merge, or discard this patch.