From 7596c75ff8e77fd8d385e7eaf4ea618a04bc9650 Mon Sep 17 00:00:00 2001 From: rivexe Date: Mon, 19 Feb 2024 14:32:07 +0300 Subject: [PATCH] fix: lint closing parenthesis --- lib/appconfig.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/appconfig.php b/lib/appconfig.php index 3558c4e0..4928a17f 100644 --- a/lib/appconfig.php +++ b/lib/appconfig.php @@ -1307,7 +1307,8 @@ private function buildOnlyofficeFormats() { && $onlyOfficeFormat["mime"] && $onlyOfficeFormat["type"] && $onlyOfficeFormat["actions"] - && $onlyOfficeFormat["convert"]) { + && $onlyOfficeFormat["convert"] + ) { $result[$onlyOfficeFormat["name"]] = [ "mime" => $onlyOfficeFormat["mime"], "type" => $onlyOfficeFormat["type"],