@@ -631,7 +631,7 @@ |
||
631 | 631 | } |
632 | 632 | |
633 | 633 | /** |
634 | - * @param array $filters |
|
634 | + * @param string[] $filters |
|
635 | 635 | * |
636 | 636 | * @return ISearchRequest |
637 | 637 | */ |
@@ -85,7 +85,7 @@ |
||
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)) { |
@@ -210,7 +210,7 @@ discard block |
||
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 |
||
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 |
@@ -77,7 +77,7 @@ discard block |
||
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 |
||
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 | */ |