mirror of
https://github.com/danog/psalm.git
synced 2024-11-27 04:45:20 +01:00
Fix long line
This commit is contained in:
parent
450618cc35
commit
75fd14c492
@ -47,7 +47,14 @@ class DoChecker
|
||||
}
|
||||
}
|
||||
|
||||
LoopChecker::analyze($statements_checker, $stmt->stmts, $stmt->cond ? [$stmt->cond] : [], [], $loop_scope, $inner_loop_context);
|
||||
LoopChecker::analyze(
|
||||
$statements_checker,
|
||||
$stmt->stmts,
|
||||
$stmt->cond ? [$stmt->cond] : [],
|
||||
[],
|
||||
$loop_scope,
|
||||
$inner_loop_context
|
||||
);
|
||||
|
||||
foreach ($do_context->vars_in_scope as $var_id => $type) {
|
||||
if (!isset($context->vars_in_scope[$var_id])) {
|
||||
|
Loading…
Reference in New Issue
Block a user