Skip to content

Commit e0f8fe8

Browse files
TomasVotrubaderrabus
authored andcommitted
[DependencyInjection] Add missing bool type in procesValue()
1 parent 546f3b6 commit e0f8fe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/DependencyInjection/Compiler/CheckTypeDeclarationsPass.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public function __construct(bool $autoload = false, array $skippedIds = [])
7878
/**
7979
* {@inheritdoc}
8080
*/
81-
protected function processValue($value, $isRoot = false)
81+
protected function processValue($value, bool $isRoot = false)
8282
{
8383
if (isset($this->skippedIds[$this->currentId])) {
8484
return $value;

0 commit comments

Comments
 (0)