We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcb6cc4 commit 6bc93d7Copy full SHA for 6bc93d7
README.md
@@ -44,7 +44,7 @@ $rawData = [
44
$validator = new Validator();
45
$person = $validator->validate($rawData, new Person);
46
47
-var_dump($person->age); // int(100)
+var_dump($person->age); // int(30)
48
var_dump($person->birthday); // object(DateTime) { ["date"] => string(26) "1994-01-01 09:00:00.000000", (...) }
49
```
50
0 commit comments