Skip to content

Commit 9436449

Browse files
Composer2 cleanup
1 parent 581a978 commit 9436449

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Flex.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ public function configureInstaller()
206206
$this->installer = $trace['object']->setSuggestedPackagesReporter(new SuggestedPackagesReporter(new NullIO()));
207207

208208
$updateAllowList = \Closure::bind(function () {
209-
return $this->updateWhitelist ?? $this->updateAllowList ?? null;
209+
return $this->updateAllowList;
210210
}, $this->installer, $this->installer)();
211211

212212
if (['php' => 0] === $updateAllowList) {

0 commit comments

Comments
 (0)