Inheritance: extends Exakat\Analyzer\Analyzer
Exemplo n.º 1
0
 public function analyze()
 {
     $this->classes = array('Void', 'ReflectionClassConstant');
     parent::analyze();
 }
Exemplo n.º 2
0
 public function analyze()
 {
     $this->classes = array('Error', 'ParseError', 'TypeError', 'ArithmeticError', 'DivisionByZeroError', 'ClosedGeneratorException', 'ReflectionGenerator', 'ReflectionType', 'AssertionError');
     parent::analyze();
 }