Exakat\Analyzer\Classes\UseInstanceof::analyze PHP Метод

analyze() публичный Метод

public analyze ( )
    public function analyze()
    {
        // is_object()
        $this->atomFunctionIs('\\is_object');
        $this->prepareQuery();
        // check for class_implements call too.
        // relax on !is_object (or suggest is_scalar)
    }
UseInstanceof