1
0
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:
Brown 2020-09-22 01:10:04 -04:00 committed by Daniil Gentili
parent 8f1a948760
commit e5880571d9
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7

View File

@ -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 */