File tree
Expand file treeCollapse file tree
11 files changed
+101
-6
lines changedFilter options
- src/Symfony/Component/Messenger
- Stamp
- Tests/Transport/Serialization
- Transport
- AmqpExt
- Doctrine
- RedisExt
- Serialization
Expand file treeCollapse file tree
11 files changed
+101
-6
lines changedsrc/Symfony/Component/Messenger/CHANGELOG.md
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/CHANGELOG.md+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
| 7 | + |
| 8 | + |
| 9 | + |
7 | 10 |
|
8 | 11 |
|
9 | 12 |
|
|
src/Symfony/Component/Messenger/Stamp/NonSendableStampInterface.php
Copy file name to clipboard+23Lines changed: 23 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 | + |
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+17Lines changed: 17 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
14 | 14 |
|
15 | 15 |
|
16 | 16 |
|
| 17 | + |
17 | 18 |
|
18 | 19 |
|
19 | 20 |
|
| ||
63 | 64 |
|
64 | 65 |
|
65 | 66 |
|
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
66 | 79 |
|
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
src/Symfony/Component/Messenger/Tests/Transport/Serialization/SerializerTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Tests/Transport/Serialization/SerializerTest.php+16Lines changed: 16 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
14 | 14 |
|
15 | 15 |
|
16 | 16 |
|
| 17 | + |
17 | 18 |
|
18 | 19 |
|
19 | 20 |
|
| ||
193 | 194 |
|
194 | 195 |
|
195 | 196 |
|
| 197 | + |
| 198 | + |
| 199 | + |
| 200 | + |
| 201 | + |
| 202 | + |
| 203 | + |
| 204 | + |
| 205 | + |
| 206 | + |
| 207 | + |
| 208 | + |
196 | 209 |
|
| 210 | + |
| 211 | + |
| 212 | + |
src/Symfony/Component/Messenger/Transport/AmqpExt/AmqpReceivedStamp.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Transport/AmqpExt/AmqpReceivedStamp.php+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
14 |
| - |
| 14 | + |
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
21 |
| - |
| 21 | + |
22 | 22 |
|
23 | 23 |
|
24 | 24 |
|
|
src/Symfony/Component/Messenger/Transport/Doctrine/DoctrineReceivedStamp.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Transport/Doctrine/DoctrineReceivedStamp.php+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
14 |
| - |
| 14 | + |
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
21 |
| - |
| 21 | + |
22 | 22 |
|
23 | 23 |
|
24 | 24 |
|
|
src/Symfony/Component/Messenger/Transport/RedisExt/RedisReceivedStamp.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Transport/RedisExt/RedisReceivedStamp.php+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
14 |
| - |
| 14 | + |
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
21 |
| - |
| 21 | + |
22 | 22 |
|
23 | 23 |
|
24 | 24 |
|
|
src/Symfony/Component/Messenger/Transport/Serialization/PhpSerializer.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Transport/Serialization/PhpSerializer.php+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
21 | 21 |
|
22 | 22 |
|
23 | 23 |
|
| 24 | + |
| 25 | + |
24 | 26 |
|
25 | 27 |
|
26 | 28 |
|
| ||
40 | 42 |
|
41 | 43 |
|
42 | 44 |
|
| 45 | + |
| 46 | + |
43 | 47 |
|
44 | 48 |
|
45 | 49 |
|
|
src/Symfony/Component/Messenger/Transport/Serialization/RemoveNonSendableStampsTrait.php
Copy file name to clipboard+24Lines changed: 24 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 | + |
src/Symfony/Component/Messenger/Transport/Serialization/Serializer.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Transport/Serialization/Serializer.php+5Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
14 | 14 |
|
15 | 15 |
|
16 | 16 |
|
| 17 | + |
17 | 18 |
|
18 | 19 |
|
19 | 20 |
|
| ||
31 | 32 |
|
32 | 33 |
|
33 | 34 |
|
| 35 | + |
| 36 | + |
34 | 37 |
|
35 | 38 |
|
36 | 39 |
|
| ||
98 | 101 |
|
99 | 102 |
|
100 | 103 |
|
| 104 | + |
| 105 | + |
101 | 106 |
|
102 | 107 |
|
103 | 108 |
|
|
src/Symfony/Component/Messenger/Transport/Serialization/SerializerInterface.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Transport/Serialization/SerializerInterface.php+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
39 | 39 |
|
40 | 40 |
|
41 | 41 |
|
| 42 | + |
| 43 | + |
| 44 | + |
42 | 45 |
|
43 | 46 |
|
44 | 47 |
|
|
0 commit comments