8000 fixup · symfony/symfony@072ef72 · GitHub
[go: up one dir, main page]

Skip to content

Commit 072ef72

Browse files
committed
fixup
1 parent 9edffd5 commit 072ef72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Form/DataTransformerInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ interface DataTransformerInterface
4343
* when it is an array.
4444
*
4545
* All transformers are called in a configured order from model data to view value.
46-
* At the end of this chained the view data will be validated against the data class
46+
* At the end of this chain the view data will be validated against the data class
4747
* setting.
4848
*
4949
* This method must be able to deal with empty values. Usually this will

0 commit comments

Comments
 (0)
0