Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cec1bbc commit 6c31f21Copy full SHA for 6c31f21
1 file changed
src/Composer/Plugin/PluginManager.php
@@ -201,7 +201,6 @@ public function registerPackage(PackageInterface $package, bool $failOnMissingCl
201
if (isset($this->registeredPlugins[$package->getName()])) {
202
return;
203
}
204
- $this->registeredPlugins[$package->getName()] = [];
205
206
$extra = $package->getExtra();
207
if (empty($extra['class'])) {
0 commit comments