Skip to content

Commit

Permalink
Merge pull request #2595 from nextcloud/dependabot/composer/nextcloud…
Browse files Browse the repository at this point in the history
…/coding-standard-1.3.2
  • Loading branch information
skjnldsv authored Dec 14, 2024
2 parents 1f6193c + 6b29de3 commit ba0b94c
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 35 deletions.
115 changes: 81 additions & 34 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/Listener/LoadViewerScript.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class LoadViewerScript implements IEventListener {

public function __construct(
IInitialState $initialStateService,
IPreview $previewManager
IPreview $previewManager,
) {
$this->initialStateService = $initialStateService;
$this->previewManager = $previewManager;
Expand Down

0 comments on commit ba0b94c

Please sign in to comment.