Completed
Pull Request — master (#348)
by Maxence
16s
created
lib/Listeners/FileRenamed.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@
 block discarded – undo
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
 	}
Please login to merge, or discard this patch.