Ejemplo n.º 1
0
 /**
  * @param string[] $dates
  * @return CleanDates
  */
 public function cleanDates(array $dates)
 {
     return new CleanDates($this->guzzle->cleanDate(['body' => $dates]));
 }