@@ -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)) { |
@@ -196,7 +196,7 @@ discard block |
||
| 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 |
||
| 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 | |
@@ -76,7 +76,7 @@ discard block |
||
| 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 |
||
| 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 | */ |