mirror of
https://github.com/danog/psalm.git
synced 2024-11-30 04:39:00 +01:00
Fix redundant thing
This commit is contained in:
parent
fb5e30850a
commit
6095800fc5
@ -35,7 +35,7 @@ class EchoAnalyzer
|
||||
ExpressionAnalyzer::analyze($statements_analyzer, $expr, $context);
|
||||
$context->inside_call = false;
|
||||
|
||||
$expr_type = $statements_analyzer->node_data->getType($expr) ?: Type::getMixed();
|
||||
$expr_type = $statements_analyzer->node_data->getType($expr);
|
||||
|
||||
if ($statements_analyzer->data_flow_graph
|
||||
&& $expr_type
|
||||
|
Loading…
Reference in New Issue
Block a user