aboutsummaryrefslogtreecommitdiffstats
path: root/core/Command/User/Report.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/Command/User/Report.php')
-rw-r--r--core/Command/User/Report.php6
1 files changed, 2 insertions, 4 deletions
diff --git a/core/Command/User/Report.php b/core/Command/User/Report.php
index 149abc006f9..e080a617258 100644
--- a/core/Command/User/Report.php
+++ b/core/Command/User/Report.php
@@ -41,10 +41,8 @@ use Symfony\Component\Console\Output\OutputInterface;
class Report extends Command {
public const DEFAULT_COUNT_DIRS_MAX_USERS = 500;
- /** @var IUserManager */
- protected $userManager;
- /** @var IConfig */
- private $config;
+ protected IUserManager $userManager;
+ private IConfig $config;
public function __construct(IUserManager $userManager,
IConfig $config) {