Commit 7a53e8d
committed
File tree
21 files changed
+189
-126
lines changedFilter options
- .github
- src/Symfony
- Bundle/FrameworkBundle
- Command
- Console/Descriptor
- Resources/config
- Tests
- Console/Descriptor
- Fixtures/Descriptor
- Component
- Cache
- Console
- Tests
- Fixtures
- DependencyInjection
- HttpClient
- Intl/Data/Generator
- Routing
- Matcher
- Dumper
- Tests/Matcher
- Translation
- Contracts
21 files changed
+189
-126
lines changed.github/PULL_REQUEST_TEMPLATE.md
Copy file name to clipboard+8-7Lines changed: 8 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 |
| - |
| 3 | + |
4 | 4 |
|
5 |
| - |
| 5 | + |
6 | 6 |
|
7 |
| - |
| 7 | + |
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
14 |
| - |
15 |
| - |
16 |
| - |
17 |
| - |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
18 | 19 |
|
19 | 20 |
|
20 | 21 |
|
src/Symfony/Bundle/FrameworkBundle/Command/ContainerDebugCommand.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Command/ContainerDebugCommand.php+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
159 | 159 |
|
160 | 160 |
|
161 | 161 |
|
| 162 | + |
162 | 163 |
|
163 | 164 |
|
164 | 165 |
|
|
src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/TextDescriptor.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/TextDescriptor.php+9-8Lines changed: 9 additions & 8 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
19 | 19 |
|
20 | 20 |
|
21 | 21 |
|
| 22 | + |
22 | 23 |
|
23 | 24 |
|
24 | 25 |
|
| ||
347 | 348 |
|
348 | 349 |
|
349 | 350 |
|
350 |
| - |
351 |
| - |
352 |
| - |
| 351 | + |
| 352 | + |
| 353 | + |
| 354 | + |
| 355 | + |
| 356 | + |
| 357 | + |
| 358 | + |
353 | 359 |
|
354 | 360 |
|
355 | 361 |
|
356 | 362 |
|
357 | 363 |
|
358 | 364 |
|
359 | 365 |
|
360 |
| - |
361 |
| - |
362 |
| - |
363 |
| - |
364 |
| - |
365 | 366 |
|
366 | 367 |
|
367 | 368 |
|
|
src/Symfony/Bundle/FrameworkBundle/Resources/config/serializer.xml
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Resources/config/serializer.xml+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
98 | 98 |
|
99 | 99 |
|
100 | 100 |
|
101 |
| - |
| 101 | + |
102 | 102 |
|
103 | 103 |
|
104 | 104 |
|
|
src/Symfony/Bundle/FrameworkBundle/Tests/Console/Descriptor/AbstractDescriptorTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/Console/Descriptor/AbstractDescriptorTest.php+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
217 | 217 |
|
218 | 218 |
|
219 | 219 |
|
| 220 | + |
220 | 221 |
|
221 | 222 |
|
222 | 223 |
|
|
src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/definition_arguments_1.txt
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Descriptor/definition_arguments_1.txt+2-5Lines changed: 2 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
20 |
| - |
21 |
| - |
22 |
| - |
23 | 20 |
|
24 |
| - |
25 |
| - |
| 21 | + |
| 22 | + |
26 | 23 |
|
27 | 24 |
|
src/Symfony/Component/Cache/composer.json
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/composer.json+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
21 |
| - |
| 21 | + |
22 | 22 |
|
23 | 23 |
|
24 | 24 |
|
|
src/Symfony/Component/Console/Application.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/Application.php+9Lines changed: 9 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
614 | 614 |
|
615 | 615 |
|
616 | 616 |
|
| 617 | + |
| 618 | + |
| 619 | + |
| 620 | + |
| 621 | + |
| 622 | + |
| 623 | + |
| 624 | + |
| 625 | + |
617 | 626 |
|
618 | 627 |
|
619 | 628 |
|
|
src/Symfony/Component/Console/Tests/ApplicationTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/Tests/ApplicationTest.php+27-5Lines changed: 27 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
73 | 73 |
|
74 | 74 |
|
75 | 75 |
|
76 |
| - |
77 |
| - |
| 76 | + |
| 77 | + |
78 | 78 |
|
79 | 79 |
|
80 | 80 |
|
| ||
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 | + |
168 | 190 |
|
169 | 191 |
|
170 | 192 |
|
| ||
304 | 326 |
|
305 | 327 |
|
306 | 328 |
|
307 |
| - |
308 |
| - |
309 |
| - |
| 329 | + |
| 330 | + |
| 331 | + |
310 | 332 |
|
311 | 333 |
|
312 | 334 |
|
|
src/Symfony/Component/Console/Tests/Fixtures/TestToto.php renamed to src/Symfony/Component/Console/Tests/Fixtures/TestAmbiguousCommandRegistering.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/Tests/Fixtures/TestAmbiguousCommandRegistering.php+4-4Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
7 |
| - |
| 7 | + |
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
12 |
| - |
13 |
| - |
| 12 | + |
| 13 | + |
14 | 14 |
|
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
20 |
| - |
| 20 | + |
21 | 21 |
|
22 | 22 |
|
src/Symfony/Component/Console/Tests/Fixtures/TestTiti.php renamed to src/Symfony/Component/Console/Tests/Fixtures/TestAmbiguousCommandRegistering2.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/Tests/Fixtures/TestAmbiguousCommandRegistering2.php+4-4Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
7 |
| - |
| 7 | + |
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
12 |
| - |
13 |
| - |
| 12 | + |
| 13 | + |
14 | 14 |
|
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
19 |
| - |
| 19 | + |
20 | 20 |
|
21 | 21 |
|
src/Symfony/Component/DependencyInjection/composer.json
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/composer.json+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
40 | 40 |
|
41 | 41 |
|
42 | 42 |
|
43 |
| - |
| 43 | + |
44 | 44 |
|
45 | 45 |
|
46 | 46 |
|
|
src/Symfony/Component/HttpClient/composer.json
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpClient/composer.json+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
19 |
| - |
| 19 | + |
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
|
src/Symfony/Component/Intl/Data/Generator/FallbackTrait.php
Copy file name to clipboard+67Lines changed: 67 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 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 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 | + |
0 commit comments