Skip to content

Commit

Permalink
fix: lint closing parenthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
rivexe committed Feb 19, 2024
1 parent d2e7650 commit 0ea8393
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/appconfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down

0 comments on commit 0ea8393

Please sign in to comment.