Commit 47da23c
committed
File tree
42 files changed
+82
-89
lines changedFilter options
- src/Symfony
- Bridge/Doctrine/Messenger
- Bundle/FrameworkBundle
- DependencyInjection
- Resources/config
- schema
- Tests/DependencyInjection
- Fixtures
- php
- xml
- yml
- Component/Messenger
- Asynchronous/Middleware
- Handler/Locator
- Middleware
- Tests
- DependencyInjection
- Middleware
- Transport/AmqpExt
- Fixtures
- Transport
- AmqpExt
- Exception
- Factory
- Serialization
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
42 files changed
+82
-89
lines changedsrc/Symfony/Bridge/Doctrine/Messenger/DoctrineTransactionMiddleware.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Doctrine/Messenger/DoctrineTransactionMiddleware.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
16 |
| - |
| 16 | + |
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
|
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
971 | 971 |
|
972 | 972 |
|
973 | 973 |
|
974 |
| - |
| 974 | + |
975 | 975 |
|
976 | 976 |
|
977 | 977 |
|
| ||
1024 | 1024 |
|
1025 | 1025 |
|
1026 | 1026 |
|
1027 |
| - |
| 1027 | + |
1028 | 1028 |
|
1029 | 1029 |
|
1030 | 1030 |
|
|
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php+6-6Lines changed: 6 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1449 | 1449 |
|
1450 | 1450 |
|
1451 | 1451 |
|
1452 |
| - |
| 1452 | + |
1453 | 1453 |
|
1454 | 1454 |
|
1455 | 1455 |
|
| ||
1505 | 1505 |
|
1506 | 1506 |
|
1507 | 1507 |
|
1508 |
| - |
| 1508 | + |
1509 | 1509 |
|
1510 |
| - |
1511 |
| - |
| 1510 | + |
| 1511 | + |
1512 | 1512 |
|
1513 | 1513 |
|
1514 | 1514 |
|
1515 | 1515 |
|
1516 | 1516 |
|
1517 |
| - |
1518 |
| - |
| 1517 | + |
| 1518 | + |
1519 | 1519 |
|
1520 | 1520 |
|
1521 | 1521 |
|
|
src/Symfony/Bundle/FrameworkBundle/Resources/config/messenger.xml
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Resources/config/messenger.xml+5-5Lines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
11 |
| - |
| 11 | + |
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
| ||
60 | 60 |
|
61 | 61 |
|
62 | 62 |
|
63 |
| - |
64 |
| - |
| 63 | + |
| 64 | + |
65 | 65 |
|
66 | 66 |
|
67 |
| - |
| 67 | + |
68 | 68 |
|
69 | 69 |
|
70 | 70 |
|
71 | 71 |
|
72 |
| - |
| 72 | + |
73 | 73 |
|
74 | 74 |
|
75 | 75 |
|
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+2-7Lines changed: 2 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
356 | 356 |
|
357 | 357 |
|
358 | 358 |
|
359 |
| - |
| 359 | + |
360 | 360 |
|
361 | 361 |
|
362 | 362 |
|
| ||
381 | 381 |
|
382 | 382 |
|
383 | 383 |
|
384 |
| - |
| 384 | + |
385 | 385 |
|
386 | 386 |
|
387 | 387 |
|
388 | 388 |
|
389 | 389 |
|
390 | 390 |
|
391 | 391 |
|
392 |
| - |
393 |
| - |
394 |
| - |
395 |
| - |
396 |
| - |
397 | 392 |
|
398 | 393 |
|
399 | 394 |
|
|
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/ConfigurationTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/ConfigurationTest.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
254 | 254 |
|
255 | 255 |
|
256 | 256 |
|
257 |
| - |
| 257 | + |
258 | 258 |
|
259 | 259 |
|
260 | 260 |
|
|
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/messenger_transport_no_serializer.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/messenger_transport_no_serializer.php+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/php/messenger_adapter.php renamed to 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+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
6 |
| - |
| 6 | + |
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
|
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/messenger_transport_no_serializer.xml
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/messenger_transport_no_serializer.xml+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
12 |
| - |
| 12 | + |
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/messenger_adapter.xml renamed to 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+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
11 |
| - |
12 |
| - |
| 11 | + |
| 12 | + |
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
18 |
| - |
| 18 | + |
19 | 19 |
|
20 | 20 |
|
21 | 21 |
|
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/messenger_transport_no_serializer.yml
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/messenger_transport_no_serializer.yml+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
7 |
| - |
| 7 | + |
8 | 8 |
|
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/yml/messenger_adapter.yml renamed to 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+1-1Lines changed: 1 addition & 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 |
|
|
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/FrameworkExtensionTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/FrameworkExtensionTest.php+4-4Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
529 | 529 |
|
530 | 530 |
|
531 | 531 |
|
532 |
| - |
| 532 | + |
533 | 533 |
|
534 |
| - |
| 534 | + |
535 | 535 |
|
536 | 536 |
|
537 | 537 |
|
| ||
543 | 543 |
|
544 | 544 |
|
545 | 545 |
|
546 |
| - |
| 546 | + |
547 | 547 |
|
548 | 548 |
|
549 | 549 |
|
| ||
552 | 552 |
|
553 | 553 |
|
554 | 554 |
|
555 |
| - |
| 555 | + |
556 | 556 |
|
557 | 557 |
|
558 | 558 |
|
|
src/Symfony/Component/Messenger/Asynchronous/Middleware/SendMessageMiddleware.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Asynchronous/Middleware/SendMessageMiddleware.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
16 |
| - |
| 16 | + |
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
|
src/Symfony/Component/Messenger/ContainerHandlerLocator.php renamed to src/Symfony/Component/Messenger/Handler/Locator/ContainerHandlerLocator.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Handler/Locator/ContainerHandlerLocator.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
12 |
| - |
| 12 | + |
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
|
src/Symfony/Component/Messenger/HandlerLocator.php renamed to src/Symfony/Component/Messenger/Handler/Locator/HandlerLocator.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Handler/Locator/HandlerLocator.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
12 |
| - |
| 12 | + |
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
|
src/Symfony/Component/Messenger/HandlerLocatorInterface.php renamed to src/Symfony/Component/Messenger/Handler/Locator/HandlerLocatorInterface.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Handler/Locator/HandlerLocatorInterface.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
12 |
| - |
| 12 | + |
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
|
src/Symfony/Component/Messenger/MessageBus.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/MessageBus.php+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
| 14 | + |
| 15 | + |
14 | 16 |
|
15 | 17 |
|
16 | 18 |
|
|
src/Symfony/Component/Messenger/Middleware/HandleMessageMiddleware.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Middleware/HandleMessageMiddleware.php+1-2Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
14 |
| - |
15 |
| - |
| 14 | + |
16 | 15 |
|
17 | 16 |
|
18 | 17 |
|
|
src/Symfony/Component/Messenger/Middleware/LoggingMiddleware.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Middleware/LoggingMiddleware.php-1Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
15 |
| - |
16 | 15 |
|
17 | 16 |
|
18 | 17 |
|
|
src/Symfony/Component/Messenger/MiddlewareInterface.php renamed to src/Symfony/Component/Messenger/Middleware/MiddlewareInterface.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Middleware/MiddlewareInterface.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
12 |
| - |
| 12 | + |
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
|
src/Symfony/Component/Messenger/Middleware/TolerateNoHandler.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Middleware/TolerateNoHandler.php-1Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
15 |
| - |
16 | 15 |
|
17 | 16 |
|
18 | 17 |
|
|
src/Symfony/Component/Messenger/Middleware/ValidationMiddleware.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Middleware/ValidationMiddleware.php-1Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
15 |
| - |
16 | 15 |
|
17 | 16 |
|
18 | 17 |
|
|
src/Symfony/Component/Messenger/Tests/DependencyInjection/MessengerPassTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Tests/DependencyInjection/MessengerPassTest.php+4-4Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
19 |
| - |
20 |
| - |
21 |
| - |
| 19 | + |
| 20 | + |
| 21 | + |
22 | 22 |
|
23 | 23 |
|
24 | 24 |
|
25 | 25 |
|
26 | 26 |
|
27 | 27 |
|
28 |
| - |
| 28 | + |
29 | 29 |
|
30 | 30 |
|
31 | 31 |
|
|
src/Symfony/Component/Messenger/Tests/MessageBusTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Tests/MessageBusTest.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
14 | 14 |
|
15 | 15 |
|
16 | 16 |
|
17 |
| - |
| 17 | + |
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
|
src/Symfony/Component/Messenger/Tests/Middleware/HandleMessageMiddlewareTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Tests/Middleware/HandleMessageMiddlewareTest.php+1-1Lines changed: 1 addition & 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 | 18 |
|
|
src/Symfony/Component/Messenger/Tests/Adapter/AmqpExt/AmqpExtIntegrationTest.php renamed to src/Symfony/Component/Messenger/Tests/Transport/AmqpExt/AmqpExtIntegrationTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Tests/Transport/AmqpExt/AmqpExtIntegrationTest.php+4-4Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
12 |
| - |
| 12 | + |
13 | 13 |
|
14 | 14 |
|
15 |
| - |
16 |
| - |
17 |
| - |
| 15 | + |
| 16 | + |
| 17 | + |
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
|
src/Symfony/Component/Messenger/Tests/Adapter/AmqpExt/AmqpReceiverTest.php renamed to src/Symfony/Component/Messenger/Tests/Transport/AmqpExt/AmqpReceiverTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Tests/Transport/AmqpExt/AmqpReceiverTest.php+6-6Lines changed: 6 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
12 |
| - |
| 12 | + |
13 | 13 |
|
14 | 14 |
|
15 |
| - |
16 |
| - |
17 |
| - |
| 15 | + |
| 16 | + |
| 17 | + |
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
| ||
51 | 51 |
|
52 | 52 |
|
53 | 53 |
|
54 |
| - |
| 54 | + |
55 | 55 |
|
56 | 56 |
|
57 | 57 |
|
| ||
77 | 77 |
|
78 | 78 |
|
79 | 79 |
|
80 |
| - |
| 80 | + |
81 | 81 |
|
82 | 82 |
|
83 | 83 |
|
|
0 commit comments