Commit d704551
File tree
8 files changed
+218
-1
lines changedFilter options
- src/Symfony/Component/Form
- Command
- Console/Descriptor
- Tests
- Command
- Console/Descriptor
- Fixtures/Descriptor
8 files changed
+218
-1
lines changedsrc/Symfony/Component/Form/Command/DebugCommand.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Command/DebugCommand.php+43-1Lines changed: 43 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
| 15 | + |
15 | 16 |
|
16 | 17 |
|
17 | 18 |
|
| ||
48 | 49 |
|
49 | 50 |
|
50 | 51 |
|
| 52 | + |
51 | 53 |
|
52 | 54 |
|
53 | 55 |
|
| ||
75 | 77 |
|
76 | 78 |
|
77 | 79 |
|
78 |
| - |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
79 | 104 |
|
80 | 105 |
|
81 | 106 |
|
| ||
103 | 128 |
|
104 | 129 |
|
105 | 130 |
|
| 131 | + |
| 132 | + |
| 133 | + |
| 134 | + |
| 135 | + |
| 136 | + |
| 137 | + |
| 138 | + |
| 139 | + |
| 140 | + |
| 141 | + |
| 142 | + |
| 143 | + |
| 144 | + |
| 145 | + |
| 146 | + |
| 147 | + |
106 | 148 |
|
src/Symfony/Component/Form/Console/Descriptor/Descriptor.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Console/Descriptor/Descriptor.php+37Lines changed: 37 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
| 15 | + |
15 | 16 |
|
16 | 17 |
|
17 | 18 |
|
| ||
49 | 50 |
|
50 | 51 |
|
51 | 52 |
|
| 53 | + |
| 54 | + |
| 55 | + |
52 | 56 |
|
53 | 57 |
|
54 | 58 |
|
55 | 59 |
|
56 | 60 |
|
57 | 61 |
|
58 | 62 |
|
| 63 | + |
| 64 | + |
59 | 65 |
|
60 | 66 |
|
61 | 67 |
|
| ||
92 | 98 |
|
93 | 99 |
|
94 | 100 |
|
| 101 | + |
| 102 | + |
| 103 | + |
| 104 | + |
| 105 | + |
| 106 | + |
| 107 | + |
| 108 | + |
| 109 | + |
| 110 | + |
| 111 | + |
| 112 | + |
| 113 | + |
| 114 | + |
| 115 | + |
| 116 | + |
| 117 | + |
| 118 | + |
| 119 | + |
95 | 120 |
|
96 | 121 |
|
97 | 122 |
|
| ||
119 | 144 |
|
120 | 145 |
|
121 | 146 |
|
| 147 | + |
| 148 | + |
| 149 | + |
| 150 | + |
| 151 | + |
| 152 | + |
| 153 | + |
| 154 | + |
| 155 | + |
| 156 | + |
| 157 | + |
| 158 | + |
122 | 159 |
|
src/Symfony/Component/Form/Console/Descriptor/JsonDescriptor.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Console/Descriptor/JsonDescriptor.php+15Lines changed: 15 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
| 15 | + |
15 | 16 |
|
16 | 17 |
|
17 | 18 |
|
| ||
44 | 45 |
|
45 | 46 |
|
46 | 47 |
|
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
47 | 62 |
|
48 | 63 |
|
49 | 64 |
|
|
src/Symfony/Component/Form/Console/Descriptor/TextDescriptor.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Console/Descriptor/TextDescriptor.php+52Lines changed: 52 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
| 16 | + |
| 17 | + |
| 18 | + |
16 | 19 |
|
17 | 20 |
|
18 | 21 |
|
| ||
21 | 24 |
|
22 | 25 |
|
23 | 26 |
|
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
24 | 32 |
|
25 | 33 |
|
26 | 34 |
|
| ||
74 | 82 |
|
75 | 83 |
|
76 | 84 |
|
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
| 104 | + |
| 105 | + |
| 106 | + |
| 107 | + |
77 | 108 |
|
78 | 109 |
|
79 | 110 |
|
| ||
105 | 136 |
|
106 | 137 |
|
107 | 138 |
|
| 139 | + |
| 140 | + |
| 141 | + |
| 142 | + |
| 143 | + |
| 144 | + |
| 145 | + |
| 146 | + |
| 147 | + |
| 148 | + |
| 149 | + |
| 150 | + |
| 151 | + |
| 152 | + |
| 153 | + |
| 154 | + |
| 155 | + |
| 156 | + |
| 157 | + |
| 158 | + |
| 159 | + |
108 | 160 |
|
src/Symfony/Component/Form/Tests/Command/DebugCommandTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Tests/Command/DebugCommandTest.php+17Lines changed: 17 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
| 21 | + |
21 | 22 |
|
22 | 23 |
|
23 | 24 |
|
| ||
30 | 31 |
|
31 | 32 |
|
32 | 33 |
|
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
33 | 43 |
|
34 | 44 |
|
35 | 45 |
|
| ||
59 | 69 |
|
60 | 70 |
|
61 | 71 |
|
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
62 | 79 |
|
63 | 80 |
|
64 | 81 |
|
|
src/Symfony/Component/Form/Tests/Console/Descriptor/AbstractDescriptorTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Tests/Console/Descriptor/AbstractDescriptorTest.php+23Lines changed: 23 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
| 23 | + |
23 | 24 |
|
24 | 25 |
|
25 | 26 |
|
| ||
47 | 48 |
|
48 | 49 |
|
49 | 50 |
|
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
50 | 73 |
|
51 | 74 |
|
52 | 75 |
|
|
src/Symfony/Component/Form/Tests/Fixtures/Descriptor/form_type_option_1.json
Copy file name to clipboard+12Lines changed: 12 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
src/Symfony/Component/Form/Tests/Fixtures/Descriptor/form_type_option_1.txt
Copy file name to clipboard+19Lines changed: 19 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
0 commit comments