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

Fix comma

This commit is contained in:
Matt Brown 2020-10-27 09:13:57 -04:00
parent 8dd5dc5b72
commit 1da6615ac2

View File

@ -533,7 +533,7 @@ class ReturnAnalyzer
$method_node = DataFlowNode::getForMethodReturn(
strtolower($cased_method_id),
$cased_method_id,
$storage->signature_return_type_location ?: $storage->location,
$storage->signature_return_type_location ?: $storage->location
);
$statements_analyzer->data_flow_graph->addNode($method_node);