Resolve #3409519
Merged
requested to merge issue/automatic_updates-3409519:3409519-packagemanageruninstallvalidator-needs-to into 3.0.x
1 unresolved thread
Compare changes
Files
2@@ -4,15 +4,16 @@ declare(strict_types = 1);
@@ -22,26 +23,62 @@ use Symfony\Component\DependencyInjection\ContainerAwareTrait;
ContainerAwareInterface causes a phpstan error in 11.x
How does core bypass this?
\Drupal\Core\Logger\LoggerChannelFactory
still has this interface too.I guess … core has added it to its baseline?
No matter though, this is a trivial fix