Пример #1
0
 /**
  * @param Method $method
  * @param JsonBody $annotation
  * @return null
  */
 public function handle(Method $method, $annotation)
 {
     $method->setJsonBody(true);
 }