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 d9f39c7 commit d66c5a4Copy full SHA for d66c5a4
src/Resolvers/RootComposer.php
@@ -22,7 +22,7 @@ public function resolve(PatchCollection $collection, PackageEvent $event)
22
23
$extra = $this->composer->getPackage()->getExtra();
24
25
- if (!isset($extra['patches'])) {
+ if (empty($extra['patches'])) {
26
return;
27
}
28
0 commit comments