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

analyze() public method

public analyze ( )
    public function analyze()
    {
        $this->classes = array('Error', 'ParseError', 'TypeError', 'ArithmeticError', 'DivisionByZeroError', 'ClosedGeneratorException', 'ReflectionGenerator', 'ReflectionType', 'AssertionError');
        parent::analyze();
    }
Php70NewClasses