1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-07 13:42:11 +01:00

revert back wrong change

This commit is contained in:
orklah 2021-10-10 10:00:44 +02:00
parent df34daee52
commit 70bfce769c

View File

@ -92,7 +92,7 @@ class DoAnalyzer
if (LoopAnalyzer::analyze( if (LoopAnalyzer::analyze(
$statements_analyzer, $statements_analyzer,
$stmt->stmts, $stmt->stmts,
WhileAnalyzer::getAndExpressions($stmt->cond), [$stmt->cond],
[], [],
$loop_scope, $loop_scope,
$inner_loop_context, $inner_loop_context,