Commit 7cdbd20
File tree
Expand file treeCollapse file tree
17 files changed
+92
-100
lines changedFilter options
- src/Symfony
- Bridge/Twig
- Mime
- Tests/Mime
- Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/Controller
- Component
- Mailer
- Bridge
- Infobip
- Tests/Transport
- Sendgrid
- Tests/Transport
- Sendinblue
- Tests/Transport
- Tests/Transport/Smtp
- Mime
- Tests
- Crypto
Expand file treeCollapse file tree
17 files changed
+92
-100
lines changedsrc/Symfony/Bridge/Twig/Mime/NotificationEmail.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Twig/Mime/NotificationEmail.php+2-1Lines changed: 2 additions & 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 |
|
| ||
134 | 135 |
|
135 | 136 |
|
136 | 137 |
|
137 |
| - |
| 138 | + |
138 | 139 |
|
139 | 140 |
|
140 | 141 |
|
|
src/Symfony/Bridge/Twig/Mime/WrappedTemplatedEmail.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Twig/Mime/WrappedTemplatedEmail.php+6-10Lines changed: 6 additions & 10 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
| 15 | + |
| 16 | + |
15 | 17 |
|
16 | 18 |
|
17 | 19 |
|
| ||
38 | 40 |
|
39 | 41 |
|
40 | 42 |
|
41 |
| - |
42 |
| - |
43 |
| - |
44 |
| - |
45 |
| - |
| 43 | + |
| 44 | + |
46 | 45 |
|
47 | 46 |
|
48 | 47 |
|
49 | 48 |
|
50 | 49 |
|
51 | 50 |
|
52 | 51 |
|
53 |
| - |
54 |
| - |
55 |
| - |
56 |
| - |
57 |
| - |
| 52 | + |
| 53 | + |
58 | 54 |
|
59 | 55 |
|
60 | 56 |
|
|
src/Symfony/Bridge/Twig/Tests/Mime/TemplatedEmailTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Twig/Tests/Mime/TemplatedEmailTest.php+2-1Lines changed: 2 additions & 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 |
|
| ||
58 | 59 |
|
59 | 60 |
|
60 | 61 |
|
61 |
| - |
| 62 | + |
62 | 63 |
|
63 | 64 |
|
64 | 65 |
|
|
src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/Controller/EmailController.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/Controller/EmailController.php+3-2Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
| 18 | + |
18 | 19 |
|
19 | 20 |
|
20 | 21 |
|
| ||
25 | 26 |
|
26 | 27 |
|
27 | 28 |
|
28 |
| - |
| 29 | + |
29 | 30 |
|
30 | 31 |
|
31 | 32 |
|
32 | 33 |
|
33 | 34 |
|
34 | 35 |
|
35 | 36 |
|
36 |
| - |
| 37 | + |
37 | 38 |
|
38 | 39 |
|
39 | 40 |
|
|
src/Symfony/Component/Mailer/Bridge/Infobip/Tests/Transport/InfobipApiTransportTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Mailer/Bridge/Infobip/Tests/Transport/InfobipApiTransportTest.php+5-4Lines changed: 5 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
19 | 19 |
|
20 | 20 |
|
21 | 21 |
|
| 22 | + |
22 | 23 |
|
23 | 24 |
|
24 | 25 |
|
| ||
206 | 207 |
|
207 | 208 |
|
208 | 209 |
|
209 |
| - |
210 |
| - |
| 210 | + |
| 211 | + |
211 | 212 |
|
212 | 213 |
|
213 | 214 |
|
| ||
320 | 321 |
|
321 | 322 |
|
322 | 323 |
|
323 |
| - |
324 |
| - |
| 324 | + |
| 325 | + |
325 | 326 |
|
326 | 327 |
|
327 | 328 |
|
|
src/Symfony/Component/Mailer/Bridge/Infobip/composer.json
Copy file name to clipboardExpand all lines: src/Symfony/Component/Mailer/Bridge/Infobip/composer.json+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
27 | 27 |
|
28 | 28 |
|
29 | 29 |
|
| 30 | + |
| 31 | + |
| 32 | + |
30 | 33 |
|
31 | 34 |
|
32 | 35 |
|
|
src/Symfony/Component/Mailer/Bridge/Sendgrid/Tests/Transport/SendgridApiTransportTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Mailer/Bridge/Sendgrid/Tests/Transport/SendgridApiTransportTest.php+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
| 21 | + |
21 | 22 |
|
22 | 23 |
|
23 | 24 |
|
| ||
107 | 108 |
|
108 | 109 |
|
109 | 110 |
|
110 |
| - |
| 111 | + |
111 | 112 |
|
112 | 113 |
|
113 | 114 |
|
|
src/Symfony/Component/Mailer/Bridge/Sendgrid/composer.json
Copy file name to clipboardExpand all lines: src/Symfony/Component/Mailer/Bridge/Sendgrid/composer.json+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
22 | 22 |
|
23 | 23 |
|
24 | 24 |
|
| 25 | + |
| 26 | + |
| 27 | + |
25 | 28 |
|
26 | 29 |
|
27 | 30 |
|
|
src/Symfony/Component/Mailer/Bridge/Sendinblue/Tests/Transport/SendinblueApiTransportTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Mailer/Bridge/Sendinblue/Tests/Transport/SendinblueApiTransportTest.php+1-2Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
130 | 130 |
|
131 | 131 |
|
132 | 132 |
|
133 |
| - |
134 | 133 |
|
135 | 134 |
|
136 | 135 |
|
| ||
140 | 139 |
|
141 | 140 |
|
142 | 141 |
|
143 |
| - |
| 142 | + |
144 | 143 |
|
145 | 144 |
|
146 | 145 |
|
|
src/Symfony/Component/Mailer/Bridge/Sendinblue/composer.json
Copy file name to clipboardExpand all lines: src/Symfony/Component/Mailer/Bridge/Sendinblue/composer.json+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
22 | 22 |
|
23 | 23 |
|
24 | 24 |
|
| 25 | + |
| 26 | + |
| 27 | + |
25 | 28 |
|
26 | 29 |
|
27 | 30 |
|
|
src/Symfony/Component/Mailer/Tests/Transport/Smtp/SmtpTransportTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Mailer/Tests/Transport/Smtp/SmtpTransportTest.php+3-1Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
21 | 21 |
|
22 | 22 |
|
23 | 23 |
|
| 24 | + |
| 25 | + |
24 | 26 |
|
25 | 27 |
|
26 | 28 |
|
| ||
103 | 105 |
|
104 | 106 |
|
105 | 107 |
|
106 |
| - |
| 108 | + |
107 | 109 |
|
108 | 110 |
|
109 | 111 |
|
|
src/Symfony/Component/Mailer/composer.json
Copy file name to clipboardExpand all lines: src/Symfony/Component/Mailer/composer.json+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
31 | 31 |
|
32 | 32 |
|
33 | 33 |
|
34 |
| - |
| 34 | + |
| 35 | + |
35 | 36 |
|
36 | 37 |
|
37 | 38 |
|
|
src/Symfony/Component/Mime/Email.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Mime/Email.php+16-4Lines changed: 16 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
327 | 327 |
|
328 | 328 |
|
329 | 329 |
|
330 |
| - |
| 330 | + |
331 | 331 |
|
332 | 332 |
|
333 | 333 |
|
334 | 334 |
|
335 | 335 |
|
336 | 336 |
|
337 | 337 |
|
338 |
| - |
| 338 | + |
339 | 339 |
|
340 | 340 |
|
341 | 341 |
|
| ||
345 | 345 |
|
346 | 346 |
|
347 | 347 |
|
348 |
| - |
| 348 | + |
349 | 349 |
|
350 | 350 |
|
351 | 351 |
|
352 | 352 |
|
353 | 353 |
|
354 | 354 |
|
355 | 355 |
|
356 |
| - |
| 356 | + |
357 | 357 |
|
358 | 358 |
|
359 | 359 |
|
360 | 360 |
|
| 361 | + |
| 362 | + |
361 | 363 |
|
362 | 364 |
|
| 365 | + |
| 366 | + |
| 367 | + |
| 368 | + |
| 369 | + |
| 370 | + |
| 371 | + |
| 372 | + |
| 373 | + |
| 374 | + |
363 | 375 |
|
364 | 376 |
|
365 | 377 |
|
|
src/Symfony/Component/Mime/MessageConverter.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Mime/MessageConverter.php+4-4Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
58 | 58 |
|
59 | 59 |
|
60 | 60 |
|
61 |
| - |
| 61 | + |
62 | 62 |
|
63 | 63 |
|
64 | 64 |
|
| ||
104 | 104 |
|
105 | 105 |
|
106 | 106 |
|
107 |
| - |
| 107 | + |
108 | 108 |
|
109 | 109 |
|
110 |
| - |
| 110 | + |
111 | 111 |
|
112 | 112 |
|
113 | 113 |
|
114 | 114 |
|
115 | 115 |
|
116 | 116 |
|
117 |
| - |
| 117 | + |
118 | 118 |
|
119 | 119 |
|
120 | 120 |
|
|
src/Symfony/Component/Mime/Tests/Crypto/SMimeSignerTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Mime/Tests/Crypto/SMimeSignerTest.php+3-2Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
| 19 | + |
19 | 20 |
|
20 | 21 |
|
21 | 22 |
|
| ||
120 | 121 |
|
121 | 122 |
|
122 | 123 |
|
123 |
| - |
124 |
| - |
| 124 | + |
| 125 | + |
125 | 126 |
|
126 | 127 |
|
127 | 128 |
|
|
0 commit comments