mirror of
https://github.com/danog/psalm.git
synced 2025-01-21 21:31:13 +01:00
Fix comma
This commit is contained in:
parent
8dd5dc5b72
commit
1da6615ac2
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user