1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-21 21:31:13 +01:00

Fix indentation

This commit is contained in:
Matthew Brown 2020-03-15 14:14:53 -04:00
parent 73badf59d1
commit af9e362c80

View File

@ -376,7 +376,7 @@ class FunctionAnalyzer extends FunctionLikeAnalyzer
if ($codebase->config->ignore_internal_nullable_issues) {
$call_map_return_type->ignore_nullable_issues = true;
}
break;
break;
}
return $call_map_return_type;