@@ -40,7 +40,7 @@ |
||
| 40 | 40 | (string)$node->getId(), |
| 41 | 41 | IIndex::INDEX_META |
| 42 | 42 | ); |
| 43 | - } catch (InvalidPathException|NotFoundException $e) { |
|
| 43 | + } catch (InvalidPathException | NotFoundException $e) { |
|
| 44 | 44 | $this->logger->warning('issue while updating index status', ['exception' => $e]); |
| 45 | 45 | } |
| 46 | 46 | } |
@@ -37,7 +37,7 @@ |
||
| 37 | 37 | $this->fullTextSearchManager->updateIndexStatus( |
| 38 | 38 | 'files', (string)$node->getId(), IIndex::INDEX_REMOVE, true |
| 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 | } |
@@ -38,7 +38,7 @@ |
||
| 38 | 38 | $this->fullTextSearchManager->updateIndexStatus( |
| 39 | 39 | 'files', (string)$node->getId(), IIndex::INDEX_CONTENT |
| 40 | 40 | ); |
| 41 | - } catch (InvalidPathException|NotFoundException $e) { |
|
| 41 | + } catch (InvalidPathException | NotFoundException $e) { |
|
| 42 | 42 | $this->logger->warning('issue while updating index status', ['exception' => $e]); |
| 43 | 43 | } |
| 44 | 44 | } |
@@ -42,7 +42,7 @@ |
||
| 42 | 42 | $this->fullTextSearchManager->createIndex( |
| 43 | 43 | 'files', (string)$node->getId(), $user->getUID(), IIndex::INDEX_FULL |
| 44 | 44 | ); |
| 45 | - } catch (InvalidPathException|NotFoundException $e) { |
|
| 45 | + } catch (InvalidPathException | NotFoundException $e) { |
|
| 46 | 46 | $this->logger->warning('issue while updating index status', ['exception' => $e]); |
| 47 | 47 | } |
| 48 | 48 | } |
@@ -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 | } |