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:
parent
df34daee52
commit
70bfce769c
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user