mirror of
https://github.com/danog/psalm.git
synced 2025-01-21 21:31:13 +01:00
parent
d56c5c9782
commit
a402d4598b
@ -1268,7 +1268,7 @@ class FunctionCallAnalyzer extends CallAnalyzer
|
||||
$statements_analyzer->getAliases()
|
||||
);
|
||||
|
||||
if ($fq_const_name !== null) {
|
||||
if ($fq_const_name !== null && isset($stmt->args[1])) {
|
||||
$second_arg = $stmt->args[1];
|
||||
$was_in_call = $context->inside_call;
|
||||
$context->inside_call = true;
|
||||
|
@ -0,0 +1,5 @@
|
||||
<?php
|
||||
namespace Psalm\Internal\Type\ParseTree;
|
||||
|
||||
interface NotExplicitlyTerminated {
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user