Skip to content

Commit bc67934

Browse files
authored
Merge branch 'master' into featrue/normalizers
2 parents 437508e + d32e138 commit bc67934

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/en/mapper/out.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ $user = User::from([
2727
### Outputting the Object
2828

2929
```php
30-
// $user is an object by default
30+
31+
// $user is an object by default
3132
echo $user->name; // Output: Jon
3233
echo $user->age; // Output: 30
3334
echo $user->login_log->remark; // Output 'Test Data'

docs/zh/SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
* [输出格式](mapper/out.md)
1414
* [参数校验](mapper/validate.md)
1515

16+
1617
## 注解类使用
1718

1819
* [属性分组](annotation/group-annotation.md)

0 commit comments

Comments
 (0)