Exemplo n.º 1
1
 /**
  * @param $body
  *
  * @return string
  */
 protected function stripBom($body)
 {
     return UTF8::removeBOM($body);
 }