summaryrefslogtreecommitdiffstats
path: root/core/Command/Group/Add.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/Command/Group/Add.php')
-rw-r--r--core/Command/Group/Add.php6
1 files changed, 1 insertions, 5 deletions
diff --git a/core/Command/Group/Add.php b/core/Command/Group/Add.php
index 56f5f08c659..d205cef0696 100644
--- a/core/Command/Group/Add.php
+++ b/core/Command/Group/Add.php
@@ -36,12 +36,8 @@ use Symfony\Component\Console\Input\InputOption;
use Symfony\Component\Console\Output\OutputInterface;
class Add extends Base {
- /** @var IGroupManager */
- protected $groupManager;
+ protected IGroupManager $groupManager;
- /**
- * @param IGroupManager $groupManager
- */
public function __construct(IGroupManager $groupManager) {
$this->groupManager = $groupManager;
parent::__construct();