@@ -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 | */ |