PHPStan\Analyser\StatementList::getStatements PHP Method

getStatements() public method

public getStatements ( ) : PhpParser\Node[] | null
return PhpParser\Node[] | null
    public function getStatements()
    {
        return $this->statements;
    }