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

@ -44,7 +44,7 @@ class ImportPartKeeprCommand extends Command
protected PKDatastructureImporter $datastructureImporter, protected PKPartImporter $partImporter, protected PKImportHelper $importHelper,
protected PKOptionalImporter $optionalImporter)
{
parent::__construct(self::$defaultName);
parent::__construct();
}
protected function configure(): void