Commit b9f6f0e
committed
minor #15876 [Form] Fix comments (sebpacz)
This PR was merged into the 4.4 branch.
Discussion
----------
[Form] Fix comments
I found two comments with code that will throw an exception. The `getExtendedTypes` method should return an `iterable` value, while code in the comment returns a `string` value.
Commits
-------
c06ec56 [Form] Fix comments1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
148 | | - | |
| 148 | + | |
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
| |||
0 commit comments