File tree
38 files changed
+888
-431
lines changedFilter options
- src/Symfony
- Bridge/Twig
- Extension
- Node
- Tests
- Extension
- Node
- Translation
- TokenParser
- Bundle/FrameworkBundle
- Command
- Templating/Helper
- Tests/Translation
- Component
- Form/Extension
- Csrf
- EventListener
- Type
- Validator/Type
- HttpKernel/EventListener
- Translation
- Formatter
- Tests
- Validator
- Context
- Util
- Violation
- Contracts
- Tests/Translation
- Translation
38 files changed
+888
-431
lines changed+7-1Lines changed: 7 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
114 | 114 |
|
115 | 115 |
|
116 | 116 |
|
| 117 | + |
117 | 118 |
|
118 | 119 |
|
119 | 120 |
|
| ||
219 | 220 |
|
220 | 221 |
|
221 | 222 |
|
222 |
| - |
| 223 | + |
223 | 224 |
|
224 | 225 |
|
225 | 226 |
|
| 227 | + |
| 228 | + |
| 229 | + |
| 230 | + |
| 231 | + |
226 | 232 |
|
227 | 233 |
|
228 | 234 |
|
|
+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
120 | 120 |
|
121 | 121 |
|
122 | 122 |
|
| 123 | + |
123 | 124 |
|
124 | 125 |
|
125 | 126 |
|
| ||
196 | 197 |
|
197 | 198 |
|
198 | 199 |
|
| 200 | + |
199 | 201 |
|
200 | 202 |
|
201 | 203 |
|
202 | 204 |
|
203 | 205 |
|
| 206 | + |
204 | 207 |
|
205 | 208 |
|
206 | 209 |
|
|
src/Symfony/Bridge/Twig/CHANGELOG.md
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Twig/CHANGELOG.md+3-2Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
7 |
| - |
8 |
| - |
| 7 | + |
| 8 | + |
| 9 | + |
9 | 10 |
|
10 | 11 |
|
11 | 12 |
|
|
src/Symfony/Bridge/Twig/Extension/TranslationExtension.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Twig/Extension/TranslationExtension.php+27-10Lines changed: 27 additions & 10 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
19 |
| - |
20 | 19 |
|
21 | 20 |
|
22 | 21 |
|
| ||
29 | 28 |
|
30 | 29 |
|
31 | 30 |
|
| 31 | + |
| 32 | + |
32 | 33 |
|
33 | 34 |
|
34 | 35 |
|
| ||
38 | 39 |
|
39 | 40 |
|
40 | 41 |
|
41 |
| - |
42 |
| - |
43 |
| - |
44 |
| - |
45 | 42 |
|
46 | 43 |
|
47 | 44 |
|
48 |
| - |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
49 | 49 |
|
| 50 | + |
| 51 | + |
| 52 | + |
50 | 53 |
|
51 | 54 |
|
52 | 55 |
|
53 | 56 |
|
| 57 | + |
| 58 | + |
| 59 | + |
54 | 60 |
|
55 | 61 |
|
| 62 | + |
| 63 | + |
56 | 64 |
|
57 | 65 |
|
58 | 66 |
|
| ||
63 | 71 |
|
64 | 72 |
|
65 | 73 |
|
66 |
| - |
| 74 | + |
67 | 75 |
|
68 | 76 |
|
69 | 77 |
|
| ||
101 | 109 |
|
102 | 110 |
|
103 | 111 |
|
104 |
| - |
| 112 | + |
105 | 113 |
|
| 114 | + |
| 115 | + |
| 116 | + |
106 | 117 |
|
107 | 118 |
|
108 | 119 |
|
109 | 120 |
|
110 | 121 |
|
111 | 122 |
|
112 | 123 |
|
| 124 | + |
| 125 | + |
| 126 | + |
113 | 127 |
|
114 | 128 |
|
115 |
| - |
116 |
| - |
| 129 | + |
| 130 | + |
| 131 | + |
| 132 | + |
| 133 | + |
117 | 134 |
|
118 | 135 |
|
119 | 136 |
|
|
src/Symfony/Bridge/Twig/Node/TransNode.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Twig/Node/TransNode.php+11-8Lines changed: 11 additions & 8 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
60 | 60 |
|
61 | 61 |
|
62 | 62 |
|
63 |
| - |
| 63 | + |
64 | 64 |
|
65 | 65 |
|
66 | 66 |
|
67 | 67 |
|
68 | 68 |
|
69 |
| - |
70 |
| - |
71 |
| - |
72 |
| - |
73 |
| - |
74 |
| - |
75 |
| - |
76 | 69 |
|
77 | 70 |
|
78 | 71 |
|
| ||
98 | 91 |
|
99 | 92 |
|
100 | 93 |
|
| 94 | + |
| 95 | + |
101 | 96 |
|
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
| 104 | + |
102 | 105 |
|
103 | 106 |
|
104 | 107 |
|
|
src/Symfony/Bridge/Twig/Tests/Extension/TranslationExtensionTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Twig/Tests/Extension/TranslationExtensionTest.php+79-6Lines changed: 79 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
45 | 45 |
|
46 | 46 |
|
47 | 47 |
|
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
48 | 57 |
|
49 | 58 |
|
50 | 59 |
|
| ||
64 | 73 |
|
65 | 74 |
|
66 | 75 |
|
| 76 | + |
67 | 77 |
|
68 | 78 |
|
69 | 79 |
|
| ||
87 | 97 |
|
88 | 98 |
|
89 | 99 |
|
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
| 104 | + |
| 105 | + |
| 106 | + |
| 107 | + |
| 108 | + |
| 109 | + |
| 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 | + |
| 142 | + |
| 143 | + |
| 144 | + |
| 145 | + |
| 146 | + |
| 147 | + |
| 148 | + |
| 149 | + |
| 150 | + |
| 151 | + |
| 152 | + |
| 153 | + |
| 154 | + |
| 155 | + |
| 156 | + |
| 157 | + |
| 158 | + |
| 159 | + |
| 160 | + |
| 161 | + |
| 162 | + |
90 | 163 |
|
91 | 164 |
|
92 | 165 |
|
| ||
145 | 218 |
|
146 | 219 |
|
147 | 220 |
|
148 |
| - |
149 |
| - |
| 221 | + |
| 222 | + |
150 | 223 |
|
151 | 224 |
|
152 | 225 |
|
| ||
174 | 247 |
|
175 | 248 |
|
176 | 249 |
|
177 |
| - |
178 |
| - |
| 250 | + |
| 251 | + |
179 | 252 |
|
180 | 253 |
|
181 |
| - |
182 |
| - |
| 254 | + |
| 255 | + |
183 | 256 |
|
184 | 257 |
|
185 | 258 |
|
|
src/Symfony/Bridge/Twig/Tests/Node/TransNodeTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Twig/Tests/Node/TransNodeTest.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
34 | 34 |
|
35 | 35 |
|
36 | 36 |
|
37 |
| - |
| 37 | + |
38 | 38 |
|
39 | 39 |
|
40 | 40 |
|
|
src/Symfony/Bridge/Twig/Tests/Translation/TwigExtractorTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Twig/Tests/Translation/TwigExtractorTest.php+26-4Lines changed: 26 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
50 | 50 |
|
51 | 51 |
|
52 | 52 |
|
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
53 | 62 |
|
54 | 63 |
|
55 | 64 |
|
56 | 65 |
|
57 | 66 |
|
58 | 67 |
|
59 |
| - |
60 |
| - |
61 |
| - |
62 | 68 |
|
63 | 69 |
|
64 | 70 |
|
| ||
67 | 73 |
|
68 | 74 |
|
69 | 75 |
|
70 |
| - |
71 | 76 |
|
72 | 77 |
|
73 | 78 |
|
74 | 79 |
|
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
75 | 97 |
|
76 | 98 |
|
77 | 99 |
|
|
src/Symfony/Bridge/Twig/TokenParser/TransChoiceTokenParser.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Twig/TokenParser/TransChoiceTokenParser.php+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
23 | 23 |
|
24 | 24 |
|
25 | 25 |
|
| 26 | + |
| 27 | + |
26 | 28 |
|
27 | 29 |
|
28 | 30 |
|
| ||
38 | 40 |
|
39 | 41 |
|
40 | 42 |
|
| 43 | + |
| 44 | + |
41 | 45 |
|
42 | 46 |
|
43 | 47 |
|
|
0 commit comments