1
0
Fork 0

Remove dead code, refs #8517

pull/8538/head
Jordi Boggiano 2020-01-13 18:21:57 +01:00
parent ee3fd0f745
commit f5dab18b7d
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC
1 changed files with 0 additions and 10 deletions

View File

@ -466,16 +466,6 @@ EOT
},
),
);
$uniqueOrDotNestedArray = array(
'preferred-install' => array(
function ($val) {
return in_array($val, array('auto', 'source', 'dist'), true);
},
function ($val) {
return $val;
},
),
);
if ($input->getOption('unset') && (isset($uniqueConfigValues[$settingKey]) || isset($multiConfigValues[$settingKey]))) {
if ($settingKey === 'disable-tls' && $this->config->get('disable-tls')) {