1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-11 16:59:45 +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(
$statements_analyzer,
$stmt->stmts,
WhileAnalyzer::getAndExpressions($stmt->cond),
[$stmt->cond],
[],
$loop_scope,
$inner_loop_context,