Commit 4e16f7b
File tree
17 files changed
+157
-19
lines changedFilter options
- src/Symfony/Bundle/FrameworkBundle
- Command
- Console/Descriptor
- Tests
- Console/Descriptor
- Fixtures/Descriptor
17 files changed
+157
-19
lines changedsrc/Symfony/Bundle/FrameworkBundle/CHANGELOG.md
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/CHANGELOG.md+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
30 | 30 |
|
31 | 31 |
|
32 | 32 |
|
| 33 | + |
33 | 34 |
|
34 | 35 |
|
35 | 36 |
|
|
src/Symfony/Bundle/FrameworkBundle/Command/ContainerDebugCommand.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Command/ContainerDebugCommand.php+7-1Lines changed: 7 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
129 | 129 |
|
130 | 130 |
|
131 | 131 |
|
132 |
| - |
| 132 | + |
| 133 | + |
133 | 134 |
|
134 | 135 |
|
135 | 136 |
|
| 137 | + |
| 138 | + |
| 139 | + |
| 140 | + |
| 141 | + |
136 | 142 |
|
137 | 143 |
|
138 | 144 |
|
|
src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/Descriptor.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/Descriptor.php+7-2Lines changed: 7 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
43 | 43 |
|
44 | 44 |
|
45 | 45 |
|
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
46 | 51 |
|
47 | 52 |
|
48 | 53 |
|
49 | 54 |
|
50 | 55 |
|
51 | 56 |
|
52 | 57 |
|
53 |
| - |
| 58 | + |
54 | 59 |
|
55 | 60 |
|
56 | 61 |
|
| ||
107 | 112 |
|
108 | 113 |
|
109 | 114 |
|
110 |
| - |
| 115 | + |
111 | 116 |
|
112 | 117 |
|
113 | 118 |
|
|
src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/JsonDescriptor.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/JsonDescriptor.php+24-2Lines changed: 24 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
150 | 150 |
|
151 | 151 |
|
152 | 152 |
|
153 |
| - |
| 153 | + |
154 | 154 |
|
155 | 155 |
|
| 156 | + |
156 | 157 |
|
157 |
| - |
| 158 | + |
| 159 | + |
| 160 | + |
| 161 | + |
| 162 | + |
158 | 163 |
|
159 | 164 |
|
160 | 165 |
|
| ||
223 | 228 |
|
224 | 229 |
|
225 | 230 |
|
| 231 | + |
| 232 | + |
| 233 | + |
| 234 | + |
| 235 | + |
| 236 | + |
| 237 | + |
| 238 | + |
| 239 | + |
| 240 | + |
| 241 | + |
| 242 | + |
| 243 | + |
| 244 | + |
| 245 | + |
| 246 | + |
| 247 | + |
226 | 248 |
|
227 | 249 |
|
228 | 250 |
|
|
src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/MarkdownDescriptor.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/MarkdownDescriptor.php+14-3Lines changed: 14 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
71 | 71 |
|
72 | 72 |
|
73 | 73 |
|
| 74 | + |
| 75 | + |
74 | 76 |
|
75 | 77 |
|
76 |
| - |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
77 | 84 |
|
78 | 85 |
|
79 | 86 |
|
| ||
290 | 297 |
|
291 | 298 |
|
292 | 299 |
|
293 |
| - |
| 300 | + |
294 | 301 |
|
295 |
| - |
| 302 | + |
| 303 | + |
| 304 | + |
| 305 | + |
| 306 | + |
296 | 307 |
|
297 | 308 |
|
298 | 309 |
|
|
src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/TextDescriptor.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/TextDescriptor.php+24-7Lines changed: 24 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
14 | 14 |
|
15 | 15 |
|
16 | 16 |
|
| 17 | + |
17 | 18 |
|
18 | 19 |
|
19 | 20 |
|
| ||
124 | 125 |
|
125 | 126 |
|
126 | 127 |
|
| 128 | + |
| 129 | + |
127 | 130 |
|
128 | 131 |
|
129 | 132 |
|
| 133 | + |
| 134 | + |
| 135 | + |
| 136 | + |
| 137 | + |
| 138 | + |
| 139 | + |
130 | 140 |
|
131 | 141 |
|
132 | 142 |
|
| ||
425 | 435 |
|
426 | 436 |
|
427 | 437 |
|
428 |
| - |
| 438 | + |
429 | 439 |
|
430 |
| - |
431 |
| - |
432 |
| - |
433 |
| - |
434 |
| - |
435 |
| - |
| 440 | + |
| 441 | + |
| 442 | + |
| 443 | + |
| 444 | + |
| 445 | + |
| 446 | + |
| 447 | + |
| 448 | + |
| 449 | + |
| 450 | + |
| 451 | + |
| 452 | + |
436 | 453 |
|
437 | 454 |
|
438 | 455 |
|
|
src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/XmlDescriptor.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/XmlDescriptor.php+13-3Lines changed: 13 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
98 | 98 |
|
99 | 99 |
|
100 | 100 |
|
101 |
| - |
| 101 | + |
102 | 102 |
|
103 |
| - |
| 103 | + |
104 | 104 |
|
105 | 105 |
|
106 | 106 |
|
| ||
235 | 235 |
|
236 | 236 |
|
237 | 237 |
|
| 238 | + |
| 239 | + |
238 | 240 |
|
239 | 241 |
|
240 | 242 |
|
241 | 243 |
|
| 244 | + |
| 245 | + |
| 246 | + |
| 247 | + |
242 | 248 |
|
243 | 249 |
|
244 | 250 |
|
| ||
475 | 481 |
|
476 | 482 |
|
477 | 483 |
|
478 |
| - |
| 484 | + |
479 | 485 |
|
480 | 486 |
|
481 | 487 |
|
482 | 488 |
|
483 | 489 |
|
484 | 490 |
|
| 491 | + |
| 492 | + |
| 493 | + |
| 494 | + |
485 | 495 |
|
486 | 496 |
|
487 | 497 |
|
|
src/Symfony/Bundle/FrameworkBundle/Tests/Console/Descriptor/AbstractDescriptorTestCase.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/Console/Descriptor/AbstractDescriptorTestCase.php+10-1Lines changed: 10 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
169 | 169 |
|
170 | 170 |
|
171 | 171 |
|
172 |
| - |
| 172 | + |
| 173 | + |
| 174 | + |
| 175 | + |
| 176 | + |
| 177 | + |
| 178 | + |
173 | 179 |
|
174 | 180 |
|
175 | 181 |
|
| ||
185 | 191 |
|
186 | 192 |
|
187 | 193 |
|
| 194 | + |
| 195 | + |
| 196 | + |
188 | 197 |
|
189 | 198 |
|
190 | 199 |
|
|
src/Symfony/Bundle/FrameworkBundle/Tests/Console/Descriptor/ObjectsProvider.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/Console/Descriptor/ObjectsProvider.php+11Lines changed: 11 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
80 | 80 |
|
81 | 81 |
|
82 | 82 |
|
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
83 | 91 |
|
84 | 92 |
|
85 | 93 |
|
| ||
92 | 100 |
|
93 | 101 |
|
94 | 102 |
|
| 103 | + |
| 104 | + |
95 | 105 |
|
96 | 106 |
|
97 | 107 |
|
98 | 108 |
|
| 109 | + |
99 | 110 |
|
100 | 111 |
|
101 | 112 |
|
|
src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/deprecated_parameter.json
Copy file name to clipboard+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/deprecated_parameter.md
Copy file name to clipboard+6Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/deprecated_parameter.txt
Copy file name to clipboard+6Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/deprecated_parameter.xml
Copy file name to clipboard+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/deprecated_parameters.json
Copy file name to clipboard+7Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/deprecated_parameters.md
Copy file name to clipboard+5Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/deprecated_parameters.txt
Copy file name to clipboard+11Lines changed: 11 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/deprecated_parameters.xml
Copy file name to clipboard+5Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
0 commit comments