diff --git a/appinfo/routes.php b/appinfo/routes.php index 3955cd263..300c7577f 100644 --- a/appinfo/routes.php +++ b/appinfo/routes.php @@ -1,4 +1,5 @@ albumMapper->removeFile($album->getId(), $event->getNode()->getId()); } - } catch(\Throwable $ex) { + } catch (\Throwable $ex) { // If an error occur, return silently as we don't want to block the rest of the deletion process. // It happened already during migrations when the albums table is not yet created, but a folder is deleted by the theming app. $this->logger->error($ex->getMessage(), ['exception' => $ex]); diff --git a/lib/Listener/TagListener.php b/lib/Listener/TagListener.php index 78dece2e8..1bc4b034e 100644 --- a/lib/Listener/TagListener.php +++ b/lib/Listener/TagListener.php @@ -1,4 +1,5 @@