Commit 19d8510
File tree
11 files changed
+65
-28
lines changedFilter options
- src/Symfony/Component/Form
- Extension/Core
- EventListener
- Type
- Tests
11 files changed
+65
-28
lines changedsrc/Symfony/Component/Form/Extension/Core/EventListener/ResizeFormListener.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Extension/Core/EventListener/ResizeFormListener.php+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
83 | 83 |
|
84 | 84 |
|
85 | 85 |
|
86 |
| - |
| 86 | + |
87 | 87 |
|
88 | 88 |
|
89 | 89 |
|
| ||
115 | 115 |
|
116 | 116 |
|
117 | 117 |
|
118 |
| - |
| 118 | + |
119 | 119 |
|
120 | 120 |
|
121 | 121 |
|
|
src/Symfony/Component/Form/Extension/Core/Type/ChoiceType.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Extension/Core/Type/ChoiceType.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
256 | 256 |
|
257 | 257 |
|
258 | 258 |
|
259 |
| - |
| 259 | + |
260 | 260 |
|
261 | 261 |
|
262 | 262 |
|
|
src/Symfony/Component/Form/Form.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Form.php+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
890 | 890 |
|
891 | 891 |
|
892 | 892 |
|
893 |
| - |
894 |
| - |
| 893 | + |
| 894 | + |
895 | 895 |
|
896 | 896 |
|
897 | 897 |
|
|
src/Symfony/Component/Form/FormBuilder.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/FormBuilder.php+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
78 | 78 |
|
79 | 79 |
|
80 | 80 |
|
81 |
| - |
82 |
| - |
| 81 | + |
| 82 | + |
83 | 83 |
|
84 | 84 |
|
85 | 85 |
|
|
src/Symfony/Component/Form/FormBuilderInterface.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/FormBuilderInterface.php+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
23 | 23 |
|
24 | 24 |
|
25 | 25 |
|
26 |
| - |
27 |
| - |
28 |
| - |
| 26 | + |
| 27 | + |
| 28 | + |
29 | 29 |
|
30 | 30 |
|
31 | 31 |
|
|
src/Symfony/Component/Form/FormConfigBuilder.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/FormConfigBuilder.php+7-9Lines changed: 7 additions & 9 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
144 | 144 |
|
145 | 145 |
|
146 | 146 |
|
147 |
| - |
| 147 | + |
148 | 148 |
|
149 | 149 |
|
150 | 150 |
|
| ||
154 | 154 |
|
155 | 155 |
|
156 | 156 |
|
157 |
| - |
158 |
| - |
159 | 157 |
|
160 | 158 |
|
161 | 159 |
|
162 | 160 |
|
163 | 161 |
|
164 | 162 |
|
165 |
| - |
| 163 | + |
166 | 164 |
|
167 | 165 |
|
168 | 166 |
|
| ||
895 | 893 |
|
896 | 894 |
|
897 | 895 |
|
898 |
| - |
| 896 | + |
899 | 897 |
|
900 |
| - |
| 898 | + |
901 | 899 |
|
902 | 900 |
|
903 | 901 |
|
904 | 902 |
|
905 |
| - |
906 |
| - |
| 903 | + |
| 904 | + |
907 | 905 |
|
908 | 906 |
|
909 | 907 |
|
| ||
930 | 928 |
|
931 | 929 |
|
932 | 930 |
|
933 |
| - |
| 931 | + |
934 | 932 |
|
935 | 933 |
|
src/Symfony/Component/Form/FormFactoryInterface.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/FormFactoryInterface.php+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
37 | 37 |
|
38 | 38 |
|
39 | 39 |
|
40 |
| - |
| 40 | + |
41 | 41 |
|
42 | 42 |
|
43 | 43 |
|
| ||
83 | 83 |
|
84 | 84 |
|
85 | 85 |
|
86 |
| - |
| 86 | + |
87 | 87 |
|
88 | 88 |
|
89 | 89 |
|
|
src/Symfony/Component/Form/FormInterface.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/FormInterface.php+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
41 | 41 |
|
42 | 42 |
|
43 | 43 |
|
44 |
| - |
45 |
| - |
46 |
| - |
| 44 | + |
| 45 | + |
| 46 | + |
47 | 47 |
|
48 | 48 |
|
49 | 49 |
|
|
src/Symfony/Component/Form/Tests/CompoundFormTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Tests/CompoundFormTest.php+17Lines changed: 17 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
156 | 156 |
|
157 | 157 |
|
158 | 158 |
|
| 159 | + |
| 160 | + |
| 161 | + |
| 162 | + |
| 163 | + |
| 164 | + |
| 165 | + |
| 166 | + |
| 167 | + |
| 168 | + |
| 169 | + |
| 170 | + |
| 171 | + |
| 172 | + |
| 173 | + |
| 174 | + |
| 175 | + |
159 | 176 |
|
160 | 177 |
|
161 | 178 |
|
|
src/Symfony/Component/Form/Tests/FormBuilderTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Tests/FormBuilderTest.php+9-2Lines changed: 9 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
50 | 50 |
|
51 | 51 |
|
52 | 52 |
|
53 |
| - |
| 53 | + |
54 | 54 |
|
55 | 55 |
|
56 |
| - |
| 56 | + |
57 | 57 |
|
58 | 58 |
|
59 | 59 |
|
| ||
82 | 82 |
|
83 | 83 |
|
84 | 84 |
|
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
85 | 92 |
|
86 | 93 |
|
87 | 94 |
|
|
src/Symfony/Component/Form/Tests/FormConfigTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Tests/FormConfigTest.php+17-2Lines changed: 17 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
| 14 | + |
| 15 | + |
14 | 16 |
|
15 | 17 |
|
16 | 18 |
|
| ||
21 | 23 |
|
22 | 24 |
|
23 | 25 |
|
24 |
| - |
25 |
| - |
26 | 26 |
|
27 | 27 |
|
28 | 28 |
|
| ||
53 | 53 |
|
54 | 54 |
|
55 | 55 |
|
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
56 | 66 |
|
57 | 67 |
|
58 | 68 |
|
| ||
68 | 78 |
|
69 | 79 |
|
70 | 80 |
|
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
71 | 86 |
|
72 | 87 |
|
73 | 88 |
|
|
0 commit comments