Skip to content

Commit 3a08cb0

Browse files
committed
Removed final todos
1 parent 6cfb1e1 commit 3a08cb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Analyser/MutatingScope.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3825,7 +3825,7 @@ public function processFinallyScope(self $finallyScope, self $originalFinallySco
38253825
$finallyScope->moreSpecificTypes,
38263826
$originalFinallyScope->moreSpecificTypes
38273827
),
3828-
[], // todo
3828+
$this->conditionalExpressions,
38293829
$this->inClosureBindScopeClass,
38303830
$this->anonymousFunctionReflection,
38313831
$this->inFirstLevelStatement,
@@ -3972,7 +3972,7 @@ public function processAlwaysIterableForeachScopeWithoutPollute(self $finalScope
39723972
$this->getNamespace(),
39733973
$variableTypeHolders,
39743974
$moreSpecificTypes,
3975-
[], // todo
3975+
$this->conditionalExpressions,
39763976
$this->inClosureBindScopeClass,
39773977
$this->anonymousFunctionReflection,
39783978
$this->inFirstLevelStatement,

0 commit comments

Comments
 (0)