Esempio n. 1
0
 /**
  * @param Method $method
  * @param Returns $annotation
  * @return null
  */
 public function handle(Method $method, $annotation)
 {
     $method->setReturn($annotation->getReturn());
 }