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

analyze() public method

public analyze ( )
    public function analyze()
    {
        $this->directives = array('always_populate_raw_post_data', 'asp_tags', 'xsl.security_prefs');
        parent::analyze();
    }
Php70RemovedDirective