Exakat\Analyzer\Structures\RandomWithoutTry::analyze PHP Метод

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

public analyze ( )
    public function analyze()
    {
        $this->functions = array('\\random_bytes', '\\random_int');
        parent::analyze();
    }
RandomWithoutTry