Skip to content

Commit

Permalink
docs fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Oct 25, 2018
1 parent 72e8f81 commit adcc7dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,15 +81,15 @@ Type | Required | Description
-----|----------|------------
`Psr\Container\ContainerInterface` | No | The custom container instance

### `handlerAttribute(string $handlerAttribute)`
### `handlerAttribute`

Configures the attribute name used to get the handler reference in the server request. The default is `request-handler`.

Type | Required | Description
-----|----------|------------
`string` | Yes | The new attribute name

### `continueOnEmpty(bool $continueOnEmpty)`
### `continueOnEmpty`

If the server request attribute is empty or does not exists, an exception is throwed. This function changes this behavior to continue with the next middleware.

Expand Down

0 comments on commit adcc7dd

Please sign in to comment.