We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 397a2f3 commit a6731ceCopy full SHA for a6731ce
1 file changed
UPGRADE.md
@@ -11,6 +11,14 @@ PHP version
11
Verify function
12
-------
13
14
+In version `2.x` the `verifiers` are classes. Each verifier 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.
19
20
+According to the above:
21
22
* `Verify` no longer receives a `string $message` as a parameter, now each _**verifier**_ fulfills this function.
23
* `verify_that` was deleted. Use `VerifyThat` instead.
24
* `verify_not` was deleted. Use `Verify()->empty` instead.
0 commit comments