Fixed phpstan issues

This commit is contained in:
Jan Böhmer 2025-08-03 21:59:51 +02:00
parent 390736cf5a
commit 58d4207b49
6 changed files with 9 additions and 15 deletions

View file

@ -39,14 +39,7 @@ final class UpgradePermissionsSchemaCommand extends Command
{
public function __construct(private readonly PermissionSchemaUpdater $permissionSchemaUpdater, private readonly EntityManagerInterface $em, private readonly EventCommentHelper $eventCommentHelper)
{
parent::__construct(self::$defaultName);
}
protected function configure(): void
{
$this
->setDescription(self::$defaultDescription)
;
parent::__construct();
}
protected function execute(InputInterface $input, OutputInterface $output): int