We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 581a978 commit 9436449Copy full SHA for 9436449
src/Flex.php
@@ -206,7 +206,7 @@ public function configureInstaller()
206
$this->installer = $trace['object']->setSuggestedPackagesReporter(new SuggestedPackagesReporter(new NullIO()));
207
208
$updateAllowList = \Closure::bind(function () {
209
- return $this->updateWhitelist ?? $this->updateAllowList ?? null;
+ return $this->updateAllowList;
210
}, $this->installer, $this->installer)();
211
212
if (['php' => 0] === $updateAllowList) {
0 commit comments