[DependencyInjection] Add missing bool type in procesValue()

This commit is contained in:
Tomas Votruba 2021-04-24 09:32:12 +02:00 committed by Alexander M. Turek
parent 546f3b61ed
commit e0f8fe837d

View File

@ -78,7 +78,7 @@ final class CheckTypeDeclarationsPass extends AbstractRecursivePass
/**
* {@inheritdoc}
*/
protected function processValue($value, $isRoot = false)
protected function processValue($value, bool $isRoot = false)
{
if (isset($this->skippedIds[$this->currentId])) {
return $value;