Example #1
0
 /**
  * @param string $type
  * @param string $action
  * @return ReturnValue
  */
 public function returns(string $type = null, string $action = null) : ReturnValue
 {
     return $this->route->returns($type, $action);
 }