Skip to content

Commit

Permalink
Removed todo
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Mar 5, 2019
1 parent a162bc0 commit 18350a9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Analyser/NodeScopeResolver.php
Expand Up @@ -1356,7 +1356,6 @@ static function () use ($leftMergedWithRightScope, $expr): Scope {
return $leftMergedWithRightScope->filterByTruthyValue($expr);
},
static function () use ($expr, $rightResult): Scope {
// todo nestaci $rightResult->getTruthyScope?
return $rightResult->getScope()->filterByFalseyValue($expr);
}
);
Expand Down

0 comments on commit 18350a9

Please sign in to comment.