PHPSA\Analyzer\Pass\Expression\FunctionCall\PassFunctionCallInterface::pass PHP Method

pass() public method

public pass ( PhpParser\Node\Expr\FuncCall $funcCall, Context $context ) : mixed
$funcCall PhpParser\Node\Expr\FuncCall
$context PHPSA\Context
return mixed
    public function pass(FuncCall $funcCall, Context $context);
PassFunctionCallInterface