mirror of
https://github.com/composer/composer
synced 2025-05-11 09:32:55 +00:00
CS fixes
This commit is contained in:
parent
751190aafd
commit
94926218e8
56 changed files with 94 additions and 123 deletions
|
@ -160,7 +160,7 @@ EOT
|
|||
}
|
||||
|
||||
$file = $input->getOption('auth') ? $this->authConfigFile->getPath() : $this->configFile->getPath();
|
||||
system($editor . ' ' . $file . (defined('PHP_WINDOWS_VERSION_BUILD') ? '': ' > `tty`'));
|
||||
system($editor . ' ' . $file . (defined('PHP_WINDOWS_VERSION_BUILD') ? '' : ' > `tty`'));
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
@ -359,7 +359,7 @@ EOT
|
|||
);
|
||||
|
||||
foreach ($uniqueConfigValues as $name => $callbacks) {
|
||||
if ($settingKey === $name) {
|
||||
if ($settingKey === $name) {
|
||||
if ($input->getOption('unset')) {
|
||||
return $this->configSource->removeConfigSetting($settingKey);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue