Skip to content

Commit c3cb6fc

Browse files
committed
Fix psalm errors
Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com>
1 parent 0eeea83 commit c3cb6fc

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
@@ -46,7 +46,7 @@ public function __construct(Factory $appDataFactory,
4646
IClientService $clientService,
4747
ITimeFactory $timeFactory,
4848
IConfig $config,
49-
CompareVersion $compareVersion,
49+
private CompareVersion $compareVersion,
5050
LoggerInterface $logger,
5151
protected IRegistry $registry,
5252
) {

0 commit comments

Comments
 (0)