Skip to content

Commit

Permalink
update params
Browse files Browse the repository at this point in the history
  • Loading branch information
ylebre committed Oct 4, 2024
1 parent 67a6396 commit 7c5b82f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions solid/lib/ServerConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,14 @@
* @package OCA\Solid
*/
class ServerConfig {
/** @var IConfig */
private $config;
private IConfig $config;
private IUrlGenerator $urlGenerator;
private IUserManager $userManager;

/**
* @param IConfig $config
* @param IUrlGenerator $urlGenerator
* @param IUserManager $userManager
*/
public function __construct(IConfig $config, IUrlGenerator $urlGenerator, IUserManager $userManager) {
$this->config = $config;
Expand Down

0 comments on commit 7c5b82f

Please sign in to comment.