summaryrefslogtreecommitdiffstats
path: root/core/Command/Check.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/Command/Check.php')
-rw-r--r--core/Command/Check.php5
1 files changed, 1 insertions, 4 deletions
diff --git a/core/Command/Check.php b/core/Command/Check.php
index 10c6c6cf522..18c45323f37 100644
--- a/core/Command/Check.php
+++ b/core/Command/Check.php
@@ -29,10 +29,7 @@ use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Output\OutputInterface;
class Check extends Base {
- /**
- * @var SystemConfig
- */
- private $config;
+ private SystemConfig $config;
public function __construct(SystemConfig $config) {
parent::__construct();