mirror of
https://github.com/danog/psalm.git
synced 2024-11-27 04:45:20 +01:00
Add missing = true
This commit is contained in:
parent
8f1a948760
commit
e5880571d9
@ -526,7 +526,7 @@ class TryAnalyzer
|
||||
$statements_analyzer->analyze($stmt->finally->stmts, $finally_context);
|
||||
|
||||
if ($finally_context->has_returned) {
|
||||
$context->has_returned;
|
||||
$context->has_returned = true;
|
||||
}
|
||||
|
||||
/** @var string $var_id */
|
||||
|
Loading…
Reference in New Issue
Block a user