Skip to content

Commit f6a0a38

Browse files
authored
fix: typing
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
1 parent 7de6cb3 commit f6a0a38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/private/App/AppStore/Fetcher/AppFetcher.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ public function setVersion(string $version, string $fileName = 'apps.json', bool
148148
$this->ignoreMaxVersion = $ignoreMaxVersion;
149149
}
150150

151-
public function get($allowUnstable = false): array {
151+
public function get(bool $allowUnstable = false): array {
152152
$allowPreReleases = $allowUnstable || $this->getChannel() === 'beta' || $this->getChannel() === 'daily' || $this->getChannel() === 'git';
153153

154154
$appStoreEnabled = $this->config->getSystemValueBool('appstoreenabled', true);

0 commit comments

Comments
 (0)