Provide correct parameter data type

main
username 4 years ago
parent 113adbcd87
commit fc87caf639

@ -605,7 +605,7 @@ EOT
$value = strtolower($values[0]);
if (true === $booleanValidator($value)) {
if (false === $booleanNormalizer($value)) {
$this->configSource->addRepository($matches[1], false);
$this->configSource->addRepository($matches[1], []);
return 0;
}

Loading…
Cancel
Save