Skip to content

Commit aa6e8fd

Browse files
committed
Merge branch '5.2' into 5.x
* 5.2: [DependencyInjection] Add missing bool type in procesValue() [CI] Make sure to restore default locale
2 parents 6d0a2f8 + 6ca378b commit aa6e8fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)