Skip to content
Snippets Groups Projects

Resolve #3409519

1 unresolved thread
@@ -30,7 +30,18 @@ final class PackageManagerUninstallValidator implements ModuleUninstallValidator
/**
* Constructs a new PackageManagerUninstallValidator object.
*/
public function __construct(private PathLocator $pathLocator, private BeginnerInterface $beginner, private StagerInterface $stager, private CommitterInterface $committer, private QueueFactory $queueFactory, private EventDispatcherInterface $eventDispatcher, private SharedTempStoreFactory $sharedTempStoreFactory, private TimeInterface $time, private PathFactoryInterface $pathFactory, private FailureMarker $failureMarker) {}
public function __construct(
private readonly PathLocator $pathLocator,
private readonly BeginnerInterface $beginner,
private readonly StagerInterface $stager,
private readonly CommitterInterface $committer,
private readonly QueueFactory $queueFactory,
private readonly EventDispatcherInterface $eventDispatcher,
private readonly SharedTempStoreFactory $sharedTempStoreFactory,
private readonly TimeInterface $time,
private readonly PathFactoryInterface $pathFactory,
private readonly FailureMarker $failureMarker
) {}
/**
* {@inheritdoc}
Loading