Commit 8253353
File tree
Expand file treeCollapse file tree
4 files changed
+44
-5
lines changedFilter options
- src/Symfony/Component/Messenger
- Tests/Transport/Serialization
- Transport/Serialization
Expand file treeCollapse file tree
4 files changed
+44
-5
lines changedsrc/Symfony/Component/Messenger/Tests/Transport/Serialization/PhpSerializerTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Tests/Transport/Serialization/PhpSerializerTest.php+10Lines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
28 | 28 |
|
29 | 29 |
|
30 | 30 |
|
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
31 | 41 |
|
32 | 42 |
|
33 | 43 |
|
|
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+31Lines changed: 31 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
108 | 108 |
|
109 | 109 |
|
110 | 110 |
|
| 111 | + |
| 112 | + |
| 113 | + |
| 114 | + |
| 115 | + |
| 116 | + |
| 117 | + |
| 118 | + |
| 119 | + |
| 120 | + |
| 121 | + |
| 122 | + |
| 123 | + |
| 124 | + |
| 125 | + |
| 126 | + |
| 127 | + |
| 128 | + |
| 129 | + |
| 130 | + |
| 131 | + |
| 132 | + |
| 133 | + |
| 134 | + |
| 135 | + |
| 136 | + |
| 137 | + |
| 138 | + |
| 139 | + |
| 140 | + |
| 141 | + |
111 | 142 |
|
112 | 143 |
|
113 | 144 |
|
|
src/Symfony/Component/Messenger/Transport/Serialization/PhpSerializer.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Transport/Serialization/PhpSerializer.php+1-2Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
15 |
| - |
16 | 15 |
|
17 | 16 |
|
18 | 17 |
|
| ||
28 | 27 |
|
29 | 28 |
|
30 | 29 |
|
31 |
| - |
| 30 | + |
32 | 31 |
|
33 | 32 |
|
34 | 33 |
|
|
src/Symfony/Component/Messenger/Transport/Serialization/Serializer.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Transport/Serialization/Serializer.php+2-3Lines changed: 2 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
15 |
| - |
16 | 15 |
|
17 | 16 |
|
18 | 17 |
|
| ||
63 | 62 |
|
64 | 63 |
|
65 | 64 |
|
66 |
| - |
| 65 | + |
67 | 66 |
|
68 | 67 |
|
69 | 68 |
|
70 |
| - |
| 69 | + |
71 | 70 |
|
72 | 71 |
|
73 | 72 |
|
|
0 commit comments