Skip to content

Commit

Permalink
Update apps/updatenotification/lib/UpdateChecker.php
Browse files Browse the repository at this point in the history
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
  • Loading branch information
susnux authored Sep 24, 2024
1 parent 5e17920 commit eefe56a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/updatenotification/lib/UpdateChecker.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public function getUpdateState(): array {
/**
* Provide update information as initial state
*/
public function setInitialState() {
public function setInitialState(): void {
$updateState = $this->getUpdateState();
if (empty($updateState)) {
return;
Expand Down

0 comments on commit eefe56a

Please sign in to comment.