protected function process($result)
 {
     $builder = new AnnotationsBuilder();
     return $builder->instantiateAnnotation($result[1], $result[2]);
 }
Example #2
0
 public function tearDown()
 {
     AnnotationsBuilder::clearCache();
 }