Commit 318a9ae
File tree
4 files changed
+77
-13
lines changedFilter options
- src/Symfony/Component/Form
- Extension/Core/Type
- Tests
- Command
- Extension/Core/Type
4 files changed
+77
-13
lines changedsrc/Symfony/Component/Form/Extension/Core/Type/BaseType.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Extension/Core/Type/BaseType.php+12-1Lines changed: 12 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
| 16 | + |
16 | 17 |
|
17 | 18 |
|
18 | 19 |
|
| ||
70 | 71 |
|
71 | 72 |
|
72 | 73 |
|
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
73 | 82 |
|
74 |
| - |
| 83 | + |
75 | 84 |
|
76 | 85 |
|
77 | 86 |
|
| ||
137 | 146 |
|
138 | 147 |
|
139 | 148 |
|
| 149 | + |
140 | 150 |
|
141 | 151 |
|
142 | 152 |
|
143 | 153 |
|
144 | 154 |
|
145 | 155 |
|
146 | 156 |
|
| 157 | + |
147 | 158 |
|
148 | 159 |
|
149 | 160 |
|
|
src/Symfony/Component/Form/Extension/Core/Type/FormType.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Extension/Core/Type/FormType.php-12Lines changed: 0 additions & 12 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
97 | 97 |
|
98 | 98 |
|
99 | 99 |
|
100 |
| - |
101 |
| - |
102 |
| - |
103 |
| - |
104 |
| - |
105 |
| - |
106 |
| - |
107 |
| - |
108 |
| - |
109 |
| - |
110 | 100 |
|
111 | 101 |
|
112 | 102 |
|
| ||
221 | 211 |
|
222 | 212 |
|
223 | 213 |
|
224 |
| - |
225 | 214 |
|
226 | 215 |
|
227 | 216 |
|
| ||
233 | 222 |
|
234 | 223 |
|
235 | 224 |
|
236 |
| - |
237 | 225 |
|
238 | 226 |
|
239 | 227 |
|
|
src/Symfony/Component/Form/Tests/Command/DebugCommandTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Tests/Command/DebugCommandTest.php+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
234 | 234 |
|
235 | 235 |
|
236 | 236 |
|
| 237 | + |
237 | 238 |
|
238 | 239 |
|
239 | 240 |
|
| ||
253 | 254 |
|
254 | 255 |
|
255 | 256 |
|
| 257 | + |
256 | 258 |
|
257 | 259 |
|
258 | 260 |
|
|
src/Symfony/Component/Form/Tests/Extension/Core/Type/ButtonTypeTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Tests/Extension/Core/Type/ButtonTypeTest.php+63Lines changed: 63 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
| 16 | + |
| 17 | + |
16 | 18 |
|
17 | 19 |
|
18 | 20 |
|
| ||
36 | 38 |
|
37 | 39 |
|
38 | 40 |
|
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
39 | 102 |
|
0 commit comments