Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
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)
- Enh #591: Add `File` validator, add `SplFileInfo` support to `Image` validator (@samdark)

## 2.5.1 December 12, 2025

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