Skip to content

Commit 6bc93d7

Browse files
authored
Update README.md
1 parent dcb6cc4 commit 6bc93d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ $rawData = [
4444
$validator = new Validator();
4545
$person = $validator->validate($rawData, new Person);
4646

47-
var_dump($person->age); // int(100)
47+
var_dump($person->age); // int(30)
4848
var_dump($person->birthday); // object(DateTime) { ["date"] => string(26) "1994-01-01 09:00:00.000000", (...) }
4949
```
5050

0 commit comments

Comments
 (0)