Phan\BlockAnalysisVisitor::visitFuncDecl PHP Method

visitFuncDecl() public method

public visitFuncDecl ( ast\Node\Decl $node ) : Context
$node ast\Node\Decl An AST node we'd like to determine the UnionType for
return Phan\Language\Context The updated context after visiting the node
    public function visitFuncDecl(Decl $node) : Context
    {
        return $this->visitClosedContext($node);
    }