summaryrefslogtreecommitdiffstats
path: root/core/Command/Config/App/DeleteConfig.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/Command/Config/App/DeleteConfig.php')
-rw-r--r--core/Command/Config/App/DeleteConfig.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/core/Command/Config/App/DeleteConfig.php b/core/Command/Config/App/DeleteConfig.php
index 4a2a4eb6b75..0da1e965bd0 100644
--- a/core/Command/Config/App/DeleteConfig.php
+++ b/core/Command/Config/App/DeleteConfig.php
@@ -28,8 +28,7 @@ use Symfony\Component\Console\Input\InputOption;
use Symfony\Component\Console\Output\OutputInterface;
class DeleteConfig extends Base {
- /** * @var IConfig */
- protected $config;
+ protected IConfig $config;
/**
* @param IConfig $config