@@ -37,7 +37,7 @@ |
||
| 37 | 37 | $this->fullTextSearchManager->updateIndexStatus( |
| 38 | 38 | 'files', (string)$node->getId(), IIndex::INDEX_META |
| 39 | 39 | ); |
| 40 | - } catch (InvalidPathException|NotFoundException $e) { |
|
| 40 | + } catch (InvalidPathException | NotFoundException $e) { |
|
| 41 | 41 | $this->logger->warning('issue while updating index status', ['exception' => $e]); |
| 42 | 42 | } |
| 43 | 43 | } |