Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/fulltextsearch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2018-10-05 19:20:33 +0300
committerMaxence Lange <maxence@artificial-owl.com>2018-10-05 19:20:33 +0300
commitcad7f221c61414dc61cdedd5de5e2835080ab04d (patch)
tree1e03117753bce725da96e9a66238b2446cf4f0bf
parent325c46ff2660b8170233cad96cbaff9230742cdd (diff)
cleaning
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
-rw-r--r--lib/Service/IndexService.php6
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/Service/IndexService.php b/lib/Service/IndexService.php
index 7821a7d..d54bc24 100644
--- a/lib/Service/IndexService.php
+++ b/lib/Service/IndexService.php
@@ -103,8 +103,7 @@ class IndexService {
* @param string $action
* @param bool $force
*
- * @throws InterruptException
- * @throws TickDoesNotExistException
+ * @throws Exception
*/
private function updateRunnerAction($action, $force = false) {
if ($this->runner === null) {
@@ -117,6 +116,7 @@ class IndexService {
/**
* @param string $info
* @param string $value
+ * @param string $color
*/
private function updateRunnerInfo($info, $value, $color = '') {
if ($this->runner === null) {
@@ -262,8 +262,6 @@ class IndexService {
* @param IndexDocument[] $documents
* @param IndexOptions $options
*
- * @throws InterruptException
- * @throws TickDoesNotExistException
* @throws Exception
*/
private function indexDocuments(