We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 450e56e commit 0ed1329Copy full SHA for 0ed1329
1 file changed
src/Patcher.php
@@ -226,6 +226,10 @@ private function computeTargetPackageApplications()
226
}
227
228
229
+ if (empty($applications)) {
230
+ continue;
231
+ }
232
+
233
$applications = array_values($applications);
234
235
$packageApplications[$targetPackage->getName()] = new PackagePatchApplication($targetPackage, $applications);
0 commit comments