Commit ca2d46a
File tree
Expand file treeCollapse file tree
70 files changed
+511
-565
lines changedFilter options
- src/Symfony/Component/Console
- Descriptor
- Input
- Tests
- Command
- Fixtures
- Input
- phpt/single_application
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Expand file treeCollapse file tree
70 files changed
+511
-565
lines changedsrc/Symfony/Component/Console/Application.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/Application.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1033 | 1033 |
|
1034 | 1034 |
|
1035 | 1035 |
|
1036 |
| - |
| 1036 | + |
1037 | 1037 |
|
1038 | 1038 |
|
1039 | 1039 |
|
|
src/Symfony/Component/Console/Descriptor/JsonDescriptor.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/Descriptor/JsonDescriptor.php+1-4Lines changed: 1 addition & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
119 | 119 |
|
120 | 120 |
|
121 | 121 |
|
122 |
| - |
| 122 | + |
123 | 123 |
|
124 | 124 |
|
125 | 125 |
|
| ||
134 | 134 |
|
135 | 135 |
|
136 | 136 |
|
137 |
| - |
138 |
| - |
139 |
| - |
140 | 137 |
|
141 | 138 |
|
142 | 139 |
|
|
src/Symfony/Component/Console/Descriptor/MarkdownDescriptor.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/Descriptor/MarkdownDescriptor.php+5-6Lines changed: 5 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
68 | 68 |
|
69 | 69 |
|
70 | 70 |
|
71 |
| - |
72 |
| - |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
73 | 75 |
|
74 | 76 |
|
75 | 77 |
|
| ||
80 | 82 |
|
81 | 83 |
|
82 | 84 |
|
83 |
| - |
| 85 | + |
84 | 86 |
|
85 | 87 |
|
86 | 88 |
|
| ||
107 | 109 |
|
108 | 110 |
|
109 | 111 |
|
110 |
| - |
111 |
| - |
112 |
| - |
113 | 112 |
|
114 | 113 |
|
115 | 114 |
|
|
src/Symfony/Component/Console/Descriptor/TextDescriptor.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/Descriptor/TextDescriptor.php+6-11Lines changed: 6 additions & 11 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
56 | 56 |
|
57 | 57 |
|
58 | 58 |
|
59 |
| - |
60 | 59 |
|
61 | 60 |
|
62 |
| - |
63 |
| - |
64 |
| - |
| 61 | + |
| 62 | + |
65 | 63 |
|
66 | 64 |
|
67 | 65 |
|
| ||
74 | 72 |
|
75 | 73 |
|
76 | 74 |
|
77 |
| - |
78 | 75 |
|
79 | 76 |
|
80 |
| - |
| 77 | + |
81 | 78 |
|
82 | 79 |
|
83 | 80 |
|
| ||
120 | 117 |
|
121 | 118 |
|
122 | 119 |
|
123 |
| - |
124 |
| - |
125 |
| - |
126 | 120 |
|
127 | 121 |
|
128 | 122 |
|
| ||
331 | 325 |
|
332 | 326 |
|
333 | 327 |
|
334 |
| - |
335 |
| - |
| 328 | + |
| 329 | + |
| 330 | + |
336 | 331 |
|
337 | 332 |
|
338 | 333 |
|
|
src/Symfony/Component/Console/Descriptor/XmlDescriptor.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/Descriptor/XmlDescriptor.php+2-4Lines changed: 2 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
38 | 38 |
|
39 | 39 |
|
40 | 40 |
|
41 |
| - |
42 |
| - |
43 |
| - |
| 41 | + |
44 | 42 |
|
45 | 43 |
|
46 | 44 |
|
| ||
212 | 210 |
|
213 | 211 |
|
214 | 212 |
|
215 |
| - |
| 213 | + |
216 | 214 |
|
217 | 215 |
|
218 | 216 |
|
|
src/Symfony/Component/Console/Input/ArgvInput.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/Input/ArgvInput.php+27-6Lines changed: 27 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
104 | 104 |
|
105 | 105 |
|
106 | 106 |
|
107 |
| - |
| 107 | + |
108 | 108 |
|
109 | 109 |
|
110 | 110 |
|
| ||
190 | 190 |
|
191 | 191 |
|
192 | 192 |
|
193 |
| - |
| 193 | + |
194 | 194 |
|
195 | 195 |
|
196 | 196 |
|
| ||
204 | 204 |
|
205 | 205 |
|
206 | 206 |
|
207 |
| - |
| 207 | + |
208 | 208 |
|
209 | 209 |
|
210 | 210 |
|
211 |
| - |
| 211 | + |
| 212 | + |
| 213 | + |
| 214 | + |
| 215 | + |
| 216 | + |
| 217 | + |
| 218 | + |
| 219 | + |
| 220 | + |
| 221 | + |
| 222 | + |
| 223 | + |
| 224 | + |
| 225 | + |
212 | 226 |
|
213 | 227 |
|
214 | 228 |
|
| ||
225 | 239 |
|
226 | 240 |
|
227 | 241 |
|
228 |
| - |
229 |
| - |
| 242 | + |
| 243 | + |
| 244 | + |
| 245 | + |
| 246 | + |
| 247 | + |
| 248 | + |
| 249 | + |
| 250 | + |
230 | 251 |
|
231 | 252 |
|
232 | 253 |
|
|
src/Symfony/Component/Console/Input/ArrayInput.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/Input/ArrayInput.php+26-3Lines changed: 26 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
145 | 145 |
|
146 | 146 |
|
147 | 147 |
|
148 |
| - |
| 148 | + |
149 | 149 |
|
150 | 150 |
|
151 | 151 |
|
| ||
159 | 159 |
|
160 | 160 |
|
161 | 161 |
|
162 |
| - |
| 162 | + |
163 | 163 |
|
164 | 164 |
|
165 | 165 |
|
166 | 166 |
|
167 |
| - |
| 167 | + |
| 168 | + |
| 169 | + |
| 170 | + |
| 171 | + |
| 172 | + |
| 173 | + |
| 174 | + |
| 175 | + |
| 176 | + |
| 177 | + |
| 178 | + |
| 179 | + |
| 180 | + |
| 181 | + |
| 182 | + |
| 183 | + |
| 184 | + |
| 185 | + |
| 186 | + |
| 187 | + |
| 188 | + |
| 189 | + |
| 190 | + |
168 | 191 |
|
169 | 192 |
|
170 | 193 |
|
|
src/Symfony/Component/Console/Input/Input.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/Input/Input.php+10-20Lines changed: 10 additions & 20 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
146 | 146 |
|
147 | 147 |
|
148 | 148 |
|
149 |
| - |
150 |
| - |
| 149 | + |
| 150 | + |
| 151 | + |
| 152 | + |
| 153 | + |
151 | 154 |
|
152 | 155 |
|
153 | 156 |
|
154 | 157 |
|
155 | 158 |
|
156 | 159 |
|
157 | 160 |
|
158 |
| - |
159 |
| - |
| 161 | + |
| 162 | + |
| 163 | + |
| 164 | + |
| 165 | + |
160 | 166 |
|
161 | 167 |
|
162 | 168 |
|
| ||
192 | 198 |
|
193 | 199 |
|
194 | 200 |
|
195 |
| - |
196 |
| - |
197 |
| - |
198 |
| - |
199 |
| - |
200 |
| - |
201 |
| - |
202 |
| - |
203 |
| - |
204 |
| - |
205 |
| - |
206 |
| - |
207 |
| - |
208 |
| - |
209 |
| - |
210 |
| - |
211 | 201 |
|
0 commit comments