Commit 8b673f5
File tree
3 files changed
+13
-15
lines changedFilter options
- src/Symfony/Component/Mailer
- Tests/Transport
- Transport
3 files changed
+13
-15
lines changedsrc/Symfony/Component/Mailer/Tests/Transport/FailoverTransportTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Mailer/Tests/Transport/FailoverTransportTest.php-12Lines changed: 0 additions & 12 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
46 | 46 |
|
47 | 47 |
|
48 | 48 |
|
49 |
| - |
50 |
| - |
51 |
| - |
52 | 49 |
|
53 | 50 |
|
54 | 51 |
|
| ||
77 | 74 |
|
78 | 75 |
|
79 | 76 |
|
80 |
| - |
81 |
| - |
82 |
| - |
83 | 77 |
|
84 | 78 |
|
85 | 79 |
|
| ||
99 | 93 |
|
100 | 94 |
|
101 | 95 |
|
102 |
| - |
103 |
| - |
104 |
| - |
105 | 96 |
|
106 | 97 |
|
107 | 98 |
|
| ||
148 | 139 |
|
149 | 140 |
|
150 | 141 |
|
151 |
| - |
152 |
| - |
153 |
| - |
154 | 142 |
|
155 | 143 |
|
156 | 144 |
|
|
src/Symfony/Component/Mailer/Transport/FailoverTransport.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Mailer/Transport/FailoverTransport.php+5Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
29 | 29 |
|
30 | 30 |
|
31 | 31 |
|
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
32 | 37 |
|
33 | 38 |
|
34 | 39 |
|
|
src/Symfony/Component/Mailer/Transport/RoundRobinTransport.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Mailer/Transport/RoundRobinTransport.php+8-3Lines changed: 8 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
67 | 67 |
|
68 | 68 |
|
69 | 69 |
|
70 |
| - |
71 |
| - |
72 |
| - |
| 70 | + |
73 | 71 |
|
74 | 72 |
|
75 | 73 |
|
| ||
101 | 99 |
|
102 | 100 |
|
103 | 101 |
|
| 102 | + |
| 103 | + |
| 104 | + |
| 105 | + |
| 106 | + |
| 107 | + |
| 108 | + |
104 | 109 |
|
105 | 110 |
|
106 | 111 |
|
|
0 commit comments