Exakat\Analyzer\Arrays\ArrayNSUsage::analyze PHP Method

analyze() public method

public analyze ( )
    public function analyze()
    {
        $this->atomFunctionIs('\\array')->tokenIs('T_OPEN_BRACKET');
        $this->prepareQuery();
    }
ArrayNSUsage