We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e17920 commit eefe56aCopy full SHA for eefe56a
1 file changed
apps/updatenotification/lib/UpdateChecker.php
@@ -57,7 +57,7 @@ public function getUpdateState(): array {
57
/**
58
* Provide update information as initial state
59
*/
60
- public function setInitialState() {
+ public function setInitialState(): void {
61
$updateState = $this->getUpdateState();
62
if (empty($updateState)) {
63
return;
0 commit comments