Skip to content
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
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@ SPDX-License-Identifier: MIT
The most awesome validation engine ever created for PHP.

- Complex validation made simple: `v::numericVal()->positive()->between(1, 255)->isValid($input)`.
- [Granularity control](docs/handling-exceptions.md) for advanced reporting.
- Advanced [exception handling](docs/handling-exceptions.md).
- [More than 150](docs/validators.md) (fully tested) validators.
- [A concrete API](docs/concrete-api.md) for non fluent usage.

Learn More:

Expand Down
91 changes: 0 additions & 91 deletions docs/concrete-api.md

This file was deleted.

3 changes: 1 addition & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,5 @@ SPDX-License-Identifier: MIT
The most awesome validation engine ever created for PHP.

- Complex validation made simple: `v::numericVal()->positive()->between(1, 255)->isValid($input)`.
- [Granularity control](handling-exceptions.md) for advanced reporting.
- Advanced [exception handling](handling-exceptions.md).
- [More than 150](validators.md) (fully tested) validators.
- [A concrete API](concrete-api.md) for non fluent usage.