mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 14:50:17 -04:00
Fix psalm errors
Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com>
This commit is contained in:
parent
b6ef67edfc
commit
cf17db2fe6
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ class AppFetcher extends Fetcher {
|
|||
IClientService $clientService,
|
||||
ITimeFactory $timeFactory,
|
||||
IConfig $config,
|
||||
CompareVersion $compareVersion,
|
||||
private CompareVersion $compareVersion,
|
||||
LoggerInterface $logger,
|
||||
protected IRegistry $registry,
|
||||
) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue