Commit 4d992e2
authored
[4.0] Updating or uninstalling one library no longer removes another when both belong to same vendor. (#34954)
* [4.0] (#34910) Updating or uninstalling one library no longer removes another when both belong to same vendor.
### Summary of Changes
Check if there are any other children before removing vendor folder.
### Testing instructions
As described in #34910
* Added blank line for PHP code style error.
* Removed the empty arrays for the last 2 parameters of Folder::folders() so the defaults are used
As suggestion made in pull comment.
* Removed unnecessary optional parameters from Folder::folders()1 parent 4db6cc4 commit 4d992e2
1 file changed
+7
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
309 | 309 | | |
310 | 310 | | |
311 | 311 | | |
312 | | - | |
313 | | - | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
314 | 319 | | |
315 | 320 | | |
316 | 321 | | |
| |||
0 commit comments