Skip to content

Commit

Permalink
Fix psalm errors
Browse files Browse the repository at this point in the history
Signed-off-by: Hamid Dehnavi <[email protected]>
  • Loading branch information
shdehnavi authored and skjnldsv committed Feb 23, 2024
1 parent b6ef67e commit cf17db2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/private/App/AppStore/Fetcher/AppFetcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public function __construct(Factory $appDataFactory,
IClientService $clientService,
ITimeFactory $timeFactory,
IConfig $config,
CompareVersion $compareVersion,
private CompareVersion $compareVersion,
LoggerInterface $logger,
protected IRegistry $registry,
) {
Expand Down

0 comments on commit cf17db2

Please sign in to comment.