Skip to content
This repository was archived by the owner on Jan 30, 2020. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/book/file-input.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ if ($inputFilter->isValid()) { // FileInput validators are run, but no

## PSR-7 Support

- Since 2.9.0
> Available since version 2.9.0

You may also pass an array of uploaded files from a [PSR-7 ServerRequestInterface](http://www.php-fig.org/psr/psr-7/#serverrequestinterface).

Expand Down
2 changes: 1 addition & 1 deletion docs/book/optional-input-filters.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Optional Input Filters

- Since 2.8.0
> Available since version 2.8.0

Normally, input filters are _required_, which means that if you compose them as
a subset of another input filter (e.g., to validate a subset of a larger set of
Expand Down
2 changes: 1 addition & 1 deletion docs/book/unfiltered-data.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Unfiltered Data

> Since 2.10.0
> Available since version 2.10.0

On input filters, there are several methods for retrieving the data:

Expand Down
3 changes: 1 addition & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@ pages:
- "Optional Input Filters": optional-input-filters.md
- "Unfiltered Data": unfiltered-data.md
site_name: zend-inputfilter
site_description: zend-inputfilter
site_description: 'Normalize and validate input sets from the web, APIs, the CLI, and more, including files.'
repo_url: 'https://github.com/zendframework/zend-inputfilter'
copyright: 'Copyright (c) 2016-2019 <a href="http://www.zend.com/">Zend Technologies USA Inc.</a>'