Skip to content

Commit

Permalink
Code style
Browse files Browse the repository at this point in the history
  • Loading branch information
eiriksm committed Oct 16, 2023
1 parent 289f320 commit 7d84a65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Updater.php
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ public function setDevPackage($devPackage)
protected function getPreUpdateData() : array
{
$pre_update_lock = ComposerLockData::createFromFile($this->cwd . '/composer.lock');
return array_map(function($package) use ($pre_update_lock) {
return array_map(function ($package) use ($pre_update_lock) {
return $pre_update_lock->getPackageData($package);
}, $this->packagesToCheck);
}
Expand Down

0 comments on commit 7d84a65

Please sign in to comment.