Skip to content

Commit

Permalink
fix: add return type to providePresentation function
Browse files Browse the repository at this point in the history
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
  • Loading branch information
elzody committed Nov 7, 2024
1 parent 6b330a8 commit 0dfd12e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Service/InitialStateService.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public function provideDocument(Wopi $wopi, array $params): void {
$this->provideOptions();
}

public function providePresentation(bool $startPresentation = false) {
public function providePresentation(bool $startPresentation = false): void {
$this->initialState->provideInitialState('document', [
'startPresentation' => $startPresentation,
]);
Expand Down

0 comments on commit 0dfd12e

Please sign in to comment.