We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e919e8 commit b880ef3Copy full SHA for b880ef3
1 file changed
UPGRADE.md
@@ -11,11 +11,11 @@ PHP version
11
Verify function
12
-------
13
14
-In version `2.x` the `verifiers` are classes. Each verifier handles a specific type of data.
+In version `2.x`, `verifiers` can be used as classes. Each verifier class handles a specific type of data.
15
16
Thanks to this you can enjoy an autocompletion of your `IDE` much more intelligent than before...
17
18
-That is why **we have deleted verifiers as global functions** and we have used a new class-based syntax.
+That is why **we remove some global functions** that have a less intuitive behavior.
19
20
According to the above:
21
0 commit comments