Skip to content

Commit b880ef3

Browse files
committed
Verify 2.0
* Fix docs
1 parent 8e919e8 commit b880ef3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

UPGRADE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ PHP version
1111
Verify function
1212
-------
1313

14-
In version `2.x` the `verifiers` are classes. Each verifier handles a specific type of data.
14+
In version `2.x`, `verifiers` can be used as classes. Each verifier class handles a specific type of data.
1515

1616
Thanks to this you can enjoy an autocompletion of your `IDE` much more intelligent than before...
1717

18-
That is why **we have deleted verifiers as global functions** and we have used a new class-based syntax.
18+
That is why **we remove some global functions** that have a less intuitive behavior.
1919

2020
According to the above:
2121

0 commit comments

Comments
 (0)