Inheritance: extends Exakat\Analyzer\Analyzer
Example #1
0
 public function analyze()
 {
     $this->interfaces = array('Throwable', 'SessionUpdateTimestampHandlerInterface');
     parent::analyze();
 }