Skip to content

Commit eefe56a

Browse files
authored
Update apps/updatenotification/lib/UpdateChecker.php
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent 5e17920 commit eefe56a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/updatenotification/lib/UpdateChecker.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public function getUpdateState(): array {
5757
/**
5858
* Provide update information as initial state
5959
*/
60-
public function setInitialState() {
60+
public function setInitialState(): void {
6161
$updateState = $this->getUpdateState();
6262
if (empty($updateState)) {
6363
return;

0 commit comments

Comments
 (0)