Provide correct parameter data type
parent
113adbcd87
commit
fc87caf639
|
@ -605,7 +605,7 @@ EOT
|
||||||
$value = strtolower($values[0]);
|
$value = strtolower($values[0]);
|
||||||
if (true === $booleanValidator($value)) {
|
if (true === $booleanValidator($value)) {
|
||||||
if (false === $booleanNormalizer($value)) {
|
if (false === $booleanNormalizer($value)) {
|
||||||
$this->configSource->addRepository($matches[1], false);
|
$this->configSource->addRepository($matches[1], []);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue