Resolve #3409519
Merged
requested to merge issue/automatic_updates-3409519:3409519-packagemanageruninstallvalidator-needs-to into 3.0.x
1 unresolved thread
Compare changes
@@ -30,7 +30,18 @@ final class PackageManagerUninstallValidator implements ModuleUninstallValidator
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) {}