Commit e683dfa
File tree
17 files changed
+73
-54
lines changedFilter options
- src/Symfony
- Bundle/FrameworkBundle
- DependencyInjection
- Resources/config/schema
- Tests/DependencyInjection
- Fixtures
- php
- xml
- yml
- Component/Messenger
- Tests/Transport/Serialization
- Transport/Serialization
17 files changed
+73
-54
lines changedsrc/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php+17-12Lines changed: 17 additions & 12 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1143 | 1143 |
|
1144 | 1144 |
|
1145 | 1145 |
|
1146 |
| - |
1147 |
| - |
1148 |
| - |
1149 |
| - |
1150 |
| - |
| 1146 | + |
1151 | 1147 |
|
1152 | 1148 |
|
1153 |
| - |
1154 |
| - |
1155 |
| - |
1156 |
| - |
1157 |
| - |
1158 |
| - |
1159 |
| - |
| 1149 | + |
| 1150 | + |
| 1151 | + |
| 1152 | + |
| 1153 | + |
| 1154 | + |
| 1155 | + |
| 1156 | + |
| 1157 | + |
| 1158 | + |
| 1159 | + |
| 1160 | + |
| 1161 | + |
| 1162 | + |
| 1163 | + |
| 1164 | + |
1160 | 1165 |
|
1161 | 1166 |
|
1162 | 1167 |
|
|
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1692 | 1692 |
|
1693 | 1693 |
|
1694 | 1694 |
|
1695 |
| - |
1696 |
| - |
1697 |
| - |
| 1695 | + |
| 1696 | + |
| 1697 | + |
1698 | 1698 |
|
1699 | 1699 |
|
1700 | 1700 |
|
|
src/Symfony/Bundle/FrameworkBundle/Resources/config/schema/symfony-1.0.xsd
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Resources/config/schema/symfony-1.0.xsd+8-4Lines changed: 8 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
407 | 407 |
|
408 | 408 |
|
409 | 409 |
|
410 |
| - |
411 |
| - |
412 |
| - |
413 |
| - |
| 410 | + |
414 | 411 |
|
415 | 412 |
|
416 | 413 |
|
417 | 414 |
|
418 | 415 |
|
419 | 416 |
|
420 | 417 |
|
| 418 | + |
| 419 | + |
| 420 | + |
| 421 | + |
| 422 | + |
| 423 | + |
| 424 | + |
421 | 425 |
|
422 | 426 |
|
423 | 427 |
|
|
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/ConfigurationTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/ConfigurationTest.php+6-4Lines changed: 6 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
328 | 328 |
|
329 | 329 |
|
330 | 330 |
|
331 |
| - |
332 |
| - |
333 |
| - |
334 |
| - |
| 331 | + |
| 332 | + |
| 333 | + |
| 334 | + |
| 335 | + |
| 336 | + |
335 | 337 |
|
336 | 338 |
|
337 | 339 |
|
|
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/messenger.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/messenger.php-1Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
5 | 5 |
|
6 | 6 |
|
7 | 7 |
|
8 |
| - |
9 | 8 |
|
10 | 9 |
|
11 | 10 |
|
|
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/messenger_routing.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/messenger_routing.php+3-1Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
6 |
| - |
| 6 | + |
| 7 | + |
| 8 | + |
7 | 9 |
|
8 | 10 |
|
9 | 11 |
|
|
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/messenger_transport.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/messenger_transport.php+6-4Lines changed: 6 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
6 |
| - |
7 |
| - |
8 |
| - |
9 |
| - |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
10 | 12 |
|
11 | 13 |
|
12 | 14 |
|
|
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/messenger_transports.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/messenger_transports.php+3-1Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
6 |
| - |
| 6 | + |
| 7 | + |
| 8 | + |
7 | 9 |
|
8 | 10 |
|
9 | 11 |
|
|
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/messenger_routing.xml
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/messenger_routing.xml+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
11 |
| - |
| 11 | + |
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
|
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/messenger_transport.xml
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/messenger_transport.xml+7-6Lines changed: 7 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
11 |
| - |
12 |
| - |
13 |
| - |
14 |
| - |
15 |
| - |
16 |
| - |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
17 | 18 |
|
18 | 19 |
|
19 | 20 |
|
|
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/messenger_transports.xml
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/messenger_transports.xml+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
11 |
| - |
| 11 | + |
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
|
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/messenger.yml
Copy file name to clipboard-1Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 |
| - |
4 | 3 |
|
5 | 4 |
|
6 | 5 |
|
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/messenger_routing.yml
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/messenger_routing.yml+2-1Lines changed: 2 additions & 1 deletion
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 |
|
|
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/messenger_transport.yml
Copy file name to clipboard+6-5Lines changed: 6 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 | 3 |
|
4 |
| - |
5 |
| - |
6 |
| - |
7 |
| - |
8 |
| - |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
9 | 10 |
|
10 | 11 |
|
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/messenger_transports.yml
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/messenger_transports.yml+2-1Lines changed: 2 additions & 1 deletion
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 |
|
|
src/Symfony/Component/Messenger/Tests/Transport/Serialization/PhpSerializerTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Tests/Transport/Serialization/PhpSerializerTest.php+4-2Lines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
25 | 25 |
|
26 | 26 |
|
27 | 27 |
|
28 |
| - |
| 28 | + |
| 29 | + |
| 30 | + |
29 | 31 |
|
30 | 32 |
|
31 | 33 |
|
| ||
58 | 60 |
|
59 | 61 |
|
60 | 62 |
|
61 |
| - |
| 63 | + |
62 | 64 |
|
63 | 65 |
|
64 | 66 |
|
src/Symfony/Component/Messenger/Transport/Serialization/PhpSerializer.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Transport/Serialization/PhpSerializer.php+4-6Lines changed: 4 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
30 | 30 |
|
31 | 31 |
|
32 | 32 |
|
33 |
| - |
34 |
| - |
35 |
| - |
36 |
| - |
37 |
| - |
| 33 | + |
38 | 34 |
|
39 | 35 |
|
40 | 36 |
|
| ||
44 | 40 |
|
45 | 41 |
|
46 | 42 |
|
| 43 | + |
| 44 | + |
47 | 45 |
|
48 |
| - |
| 46 | + |
49 | 47 |
|
50 | 48 |
|
51 | 49 |
|
|
0 commit comments