Skip to content
Open
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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- Enh #787: Explicitly import classes, functions, and constants in "use" section (@mspirkov)
- Bug #793: Fix translations, broken link in contributing guide, incorrect imports and grammar in documentation (@evilkarter)
- Chg #795: Update Polish translations (@rbrzezinski)
- New #591: Add `File` validator (@samdark)
- New #798: Add `SplFileInfo` value support to `Image` validator (@samdark)
- Bug #798: Fix `Image` validator when unable to read from stream (@samdark)

Expand Down
1 change: 1 addition & 0 deletions docs/guide/en/built-in-rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ Here is a list of all available built-in rules, divided by category.

### File rules

- [File](../../../src/Rule/File.php)
- [Image](../../../src/Rule/Image/Image.php)

### Date rules
Expand Down
Loading
Loading