Hopefully fix UpdateProcessor::$time deprecation
Merged
requested to merge issue/automatic_updates-3432447:3432447-fix-deprecations-flagged into 3.0.x
Compare changes
Files
2@@ -4,6 +4,7 @@ declare(strict_types = 1);
@@ -4,6 +4,7 @@ declare(strict_types = 1);
@@ -48,9 +49,20 @@ final class PackageManagerUpdateProcessor extends UpdateProcessor {
@@ -48,9 +49,20 @@ final class PackageManagerUpdateProcessor extends UpdateProcessor {
public function __construct(ConfigFactoryInterface $config_factory, QueueFactory $queue_factory, UpdateFetcherInterface $update_fetcher, StateInterface $state_store, PrivateKey $private_key, KeyValueFactoryInterface $key_value_factory, KeyValueExpirableFactoryInterface $key_value_expirable_factory) {
parent::__construct($config_factory, $queue_factory, $update_fetcher, $state_store, $private_key, $key_value_factory, $key_value_expirable_factory);