Exakat\Analyzer\Php\ReturnWithParenthesis::analyze PHP Method

analyze() public method

public analyze ( )
    public function analyze()
    {
        $this->atomIs('Return')->outIs('RETURN')->atomIs('Parenthesis')->back('first');
        $this->prepareQuery();
    }
ReturnWithParenthesis