Commit bb6d26a
committed
minor #46360 [Form] Add approriate description to CollectionToArrayTransformer::reverseTransform docblock (Xesau)
This PR was submitted for the 6.1 branch but it was merged into the 4.4 branch instead.
Discussion
----------
[Form] Add approriate description to CollectionToArrayTransformer::reverseTransform docblock
| Q | A
| ------------- | ---
| Branch? | 4.4
| Bug fix? | no
| New feature? | no
| Deprecations? | no
| License | MIT
| Doc PR | N/A
It seems that during creation of CollectionToArrayTransformer, the source code of another class was used as base, and the documentation for one of the methods was not changed according with the function of the new class.
Not sure which branch this should be applied to, since its not a new feature, and technically not a bug fix but a documentation fix.
Commits
-------
09f47f4 Add approriate description to CollectionToArrayTransformer::reverseTransform docblockFile tree
1 file changed
+2
-6
lines changed- src/Symfony/Bridge/Doctrine/Form/DataTransformer
1 file changed
+2
-6
lines changedLines changed: 2 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | | - | |
29 | 27 | | |
30 | 28 | | |
31 | 29 | | |
| |||
48 | 46 | | |
49 | 47 | | |
50 | 48 | | |
51 | | - | |
52 | | - | |
53 | | - | |
| 49 | + | |
54 | 50 | | |
55 | | - | |
| 51 | + | |
56 | 52 | | |
57 | 53 | | |
58 | 54 | | |
| |||
0 commit comments