Completed
Push — master ( 09f896...7f4a3b )
by Maxence
03:30 queued 10s
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
@@ -196,7 +196,7 @@  discard block
 block discarded – undo
196 196
 	/**
197 197
 	 * @param IFullTextSearchProvider $provider
198 198
 	 * @param IndexDocument[] $documents
199
-	 * @param IIndexOptions $options
199
+	 * @param IndexOptions $options
200 200
 	 *
201 201
 	 * @return IndexDocument[]
202 202
 	 * @throws Exception
@@ -477,7 +477,7 @@  discard block
 block discarded – undo
477 477
 
478 478
 
479 479
 	/**
480
-	 * @param IIndex $index
480
+	 * @param Index $index
481 481
 	 */
482 482
 	private function updateIndexError(IIndex $index) {
483 483
 
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
@@ -76,7 +76,7 @@  discard block
 block discarded – undo
76 76
 
77 77
 
78 78
 	/**
79
-	 * @param IIndexOptions $options
79
+	 * @param \OCA\FullTextSearch\Model\IndexOptions $options
80 80
 	 *
81 81
 	 * @return IndexDocument
82 82
 	 */
@@ -103,7 +103,7 @@  discard block
 block discarded – undo
103 103
 
104 104
 
105 105
 	/**
106
-	 * @param IIndexOptions $options
106
+	 * @param \OCA\FullTextSearch\Model\IndexOptions $options
107 107
 	 *
108 108
 	 * @return IndexDocument
109 109
 	 */
Please login to merge, or discard this patch.