Fix documentation

This commit is contained in:
PJ Dietz 2014-07-26 22:52:00 -04:00
parent e69d505992
commit 9275d12ff0
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ Member | Type | Description
---------- | ---- | ----------- ---------- | ---- | -----------
`args` | `array` | Map of variables to supplement the request, usually path variables. `args` | `array` | Map of variables to supplement the request, usually path variables.
`request` | [`RequestInterface`](../src/pjdietz/WellRESTed/Interfaces/RequestInterface.php) | The HTTP request to respond to. `request` | [`RequestInterface`](../src/pjdietz/WellRESTed/Interfaces/RequestInterface.php) | The HTTP request to respond to.
`response` | [`RequestInterface`](../src/pjdietz/WellRESTed/Interfaces/ResponseInterface.php) | The HTTP response to send based on the request. `response` | [`ResponseInterface`](../src/pjdietz/WellRESTed/Interfaces/ResponseInterface.php) | The HTTP response to send based on the request.
## HTTP Verbs ## HTTP Verbs