Exemple #1
0
 /**
  * @return array
  */
 public function toArray()
 {
     return ['description' => $this->description, 'parameters' => array_values($this->parameters->toArray()), 'tags' => $this->tags->toString(), 'produces' => $this->produces, 'responses' => $this->responses];
 }