Example #1
0
 /**
  * @return string
  */
 public function __toString()
 {
     return $this->request->getMethod() . " " . $this->request->getUri();
 }