Commit fb59ac0
File tree
8 files changed
+76
-3
lines changedFilter options
- src/Symfony
- Bridge/Twig
- Mime
- Tests/Mime
- Bundle/TwigBundle/Resources/config
- Component/Mailer
- EventListener
- Tests/EventListener
8 files changed
+76
-3
lines changedsrc/Symfony/Bridge/Twig/CHANGELOG.md
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Twig/CHANGELOG.md+1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
6 | 6 |
|
7 | 7 |
|
8 | 8 |
|
| 9 | + |
9 | 10 |
|
10 | 11 |
|
11 | 12 |
|
|
src/Symfony/Bridge/Twig/Mime/TemplatedEmail.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Twig/Mime/TemplatedEmail.php+21-1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
| 15 | + |
15 | 16 |
|
16 | 17 |
|
17 | 18 |
|
18 | 19 |
|
19 | 20 |
|
20 | 21 |
|
| 22 | + |
21 | 23 |
|
22 | 24 |
|
23 | 25 |
|
24 | 26 |
|
25 | 27 |
|
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
26 | 45 |
|
27 | 46 |
|
28 | 47 |
|
| ||
100 | 119 |
|
101 | 120 |
|
102 | 121 |
|
103 |
| - |
| 122 | + |
104 | 123 |
|
105 | 124 |
|
106 | 125 |
|
| ||
110 | 129 |
|
111 | 130 |
|
112 | 131 |
|
| 132 | + |
113 | 133 |
|
114 | 134 |
|
115 | 135 |
|
|
src/Symfony/Bridge/Twig/Tests/Mime/TemplatedEmailTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Twig/Tests/Mime/TemplatedEmailTest.php+4
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
21 | 21 |
|
22 | 22 |
|
23 | 23 |
|
| 24 | + |
24 | 25 |
|
25 | 26 |
|
26 | 27 |
|
| ||
44 | 45 |
|
45 | 46 |
|
46 | 47 |
|
| 48 | + |
47 | 49 |
|
48 | 50 |
|
49 | 51 |
|
50 | 52 |
|
51 | 53 |
|
52 | 54 |
|
53 | 55 |
|
| 56 | + |
54 | 57 |
|
55 | 58 |
|
56 | 59 |
|
| ||
67 | 70 |
|
68 | 71 |
|
69 | 72 |
|
| 73 | + |
70 | 74 |
|
71 | 75 |
|
72 | 76 |
|
|
src/Symfony/Bundle/TwigBundle/Resources/config/mailer.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/TwigBundle/Resources/config/mailer.php+5-1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
21 |
| - |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
22 | 26 |
|
23 | 27 |
|
24 | 28 |
|
|
src/Symfony/Component/Mailer/CHANGELOG.md
Copy file name to clipboardExpand all lines: src/Symfony/Component/Mailer/CHANGELOG.md+1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
| 12 | + |
12 | 13 |
|
13 | 14 |
|
14 | 15 |
|
|
src/Symfony/Component/Mailer/EventListener/MessageListener.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Mailer/EventListener/MessageListener.php+15-1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
| 14 | + |
14 | 15 |
|
15 | 16 |
|
16 | 17 |
|
| ||
19 | 20 |
|
20 | 21 |
|
21 | 22 |
|
| 23 | + |
| 24 | + |
22 | 25 |
|
23 | 26 |
|
24 |
| - |
| 27 | + |
25 | 28 |
|
26 | 29 |
|
27 | 30 |
|
| ||
45 | 48 |
|
46 | 49 |
|
47 | 50 |
|
| 51 | + |
48 | 52 |
|
49 | 53 |
|
50 | 54 |
|
| ||
68 | 72 |
|
69 | 73 |
|
70 | 74 |
|
| 75 | + |
71 | 76 |
|
72 | 77 |
|
73 | 78 |
|
| ||
115 | 120 |
|
116 | 121 |
|
117 | 122 |
|
| 123 | + |
| 124 | + |
| 125 | + |
| 126 | + |
| 127 | + |
| 128 | + |
| 129 | + |
| 130 | + |
| 131 | + |
118 | 132 |
|
119 | 133 |
|
120 | 134 |
|
|
src/Symfony/Component/Mailer/Tests/EventListener/MessageListenerTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Mailer/Tests/EventListener/MessageListenerTest.php+28
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
| 15 | + |
15 | 16 |
|
16 | 17 |
|
17 | 18 |
|
| ||
20 | 21 |
|
21 | 22 |
|
22 | 23 |
|
| 24 | + |
| 25 | + |
23 | 26 |
|
24 | 27 |
|
25 | 28 |
|
| ||
114 | 117 |
|
115 | 118 |
|
116 | 119 |
|
| 120 | + |
| 121 | + |
| 122 | + |
| 123 | + |
| 124 | + |
| 125 | + |
| 126 | + |
| 127 | + |
| 128 | + |
| 129 | + |
| 130 | + |
| 131 | + |
| 132 | + |
| 133 | + |
| 134 | + |
| 135 | + |
| 136 | + |
| 137 | + |
| 138 | + |
| 139 | + |
| 140 | + |
| 141 | + |
| 142 | + |
| 143 | + |
| 144 | + |
117 | 145 |
|
src/Symfony/Component/Mailer/composer.json
Copy file name to clipboardExpand all lines: src/Symfony/Component/Mailer/composer.json+1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
28 | 28 |
|
29 | 29 |
|
30 | 30 |
|
| 31 | + |
31 | 32 |
|
32 | 33 |
|
33 | 34 |
|
|
0 commit comments