Skip to content

Commit 86dee43

Browse files
committed
readme
1 parent e5f35c6 commit 86dee43

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,9 +166,10 @@ return [
166166
'strtolower'
167167
],
168168
];
169+
```
169170

170-
171-
### migrates
171+
### migration
172172

173173
[update 5 to 6](https://github.com/alexpts/php-data-transformer2/blob/master/docs/migrate5to6.md)
174174

175+

docs/migrate5to6.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ $mapOld = [
1313
]
1414
],
1515
'email' => [
16-
'pipe-populate' => ['strtolower'],
17-
'pipe-extract' => ['strtolower'],
1816
'pipe' => [
1917
'strtolower'
2018
]

0 commit comments

Comments
 (0)