Commit a59e38a
File tree
8 files changed
+85
-14
lines changedFilter options
- src/Symfony
- Bundle
- FrameworkBundle
- DependencyInjection
- Resources/config/schema
- WebProfilerBundle/Resources/views/Collector
- Component/Translation
- DataCollector
- Tests
8 files changed
+85
-14
lines changedsrc/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1029 | 1029 |
|
1030 | 1030 |
|
1031 | 1031 |
|
1032 |
| - |
| 1032 | + |
1033 | 1033 |
|
1034 | 1034 |
|
1035 | 1035 |
|
|
src/Symfony/Bundle/FrameworkBundle/Resources/config/schema/symfony-1.0.xsd
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Resources/config/schema/symfony-1.0.xsd+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
296 | 296 |
|
297 | 297 |
|
298 | 298 |
|
299 |
| - |
| 299 | + |
300 | 300 |
|
301 | 301 |
|
302 | 302 |
|
|
src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/translation.html.twig
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/WebProfilerBundle/Resources/views/Collector/translation.html.twig+9-2Lines changed: 9 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
168 | 168 |
|
169 | 169 |
|
170 | 170 |
|
171 |
| - |
| 171 | + |
| 172 | + |
| 173 | + |
| 174 | + |
| 175 | + |
| 176 | + |
| 177 | + |
| 178 | + |
172 | 179 |
|
173 | 180 |
|
174 |
| - |
| 181 | + |
175 | 182 |
|
176 | 183 |
|
177 | 184 |
|
|
src/Symfony/Component/Translation/DataCollector/TranslationDataCollector.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Translation/DataCollector/TranslationDataCollector.php+9Lines changed: 9 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
45 | 45 |
|
46 | 46 |
|
47 | 47 |
|
| 48 | + |
48 | 49 |
|
49 | 50 |
|
50 | 51 |
|
| ||
93 | 94 |
|
94 | 95 |
|
95 | 96 |
|
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
| 104 | + |
96 | 105 |
|
97 | 106 |
|
98 | 107 |
|
|
src/Symfony/Component/Translation/DataCollectorTranslator.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Translation/DataCollectorTranslator.php+9Lines changed: 9 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
91 | 91 |
|
92 | 92 |
|
93 | 93 |
|
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
| 102 | + |
94 | 103 |
|
95 | 104 |
|
96 | 105 |
|
|
src/Symfony/Component/Translation/Tests/DataCollectorTranslatorTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Translation/Tests/DataCollectorTranslatorTest.php+29-1Lines changed: 29 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 |
|
| ||
90 | 91 |
|
91 | 92 |
|
92 | 93 |
|
93 |
| - |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
| 104 | + |
| 105 | + |
| 106 | + |
| 107 | + |
| 108 | + |
| 109 | + |
| 110 | + |
| 111 | + |
| 112 | + |
| 113 | + |
| 114 | + |
| 115 | + |
| 116 | + |
| 117 | + |
| 118 | + |
| 119 | + |
| 120 | + |
| 121 | + |
94 | 122 |
|
95 | 123 |
|
96 | 124 |
|
|
src/Symfony/Component/Translation/Tests/TranslatorTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Translation/Tests/TranslatorTest.php+4-2Lines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
399 | 399 |
|
400 | 400 |
|
401 | 401 |
|
402 |
| - |
403 |
| - |
404 | 402 |
|
405 | 403 |
|
406 | 404 |
|
407 | 405 |
|
| 406 | + |
| 407 | + |
| 408 | + |
| 409 | + |
408 | 410 |
|
409 | 411 |
|
410 | 412 |
|
|
src/Symfony/Component/Translation/Translator.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Translation/Translator.php+23-7Lines changed: 23 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
61 | 61 |
|
62 | 62 |
|
63 | 63 |
|
64 |
| - |
| 64 | + |
65 | 65 |
|
66 | 66 |
|
67 | 67 |
|
| ||
70 | 70 |
|
71 | 71 |
|
72 | 72 |
|
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
73 | 78 |
|
74 | 79 |
|
75 | 80 |
|
| ||
165 | 170 |
|
166 | 171 |
|
167 | 172 |
|
168 |
| - |
| 173 | + |
169 | 174 |
|
170 |
| - |
| 175 | + |
171 | 176 |
|
172 | 177 |
|
173 | 178 |
|
| ||
183 | 188 |
|
184 | 189 |
|
185 | 190 |
|
| 191 | + |
| 192 | + |
| 193 | + |
| 194 | + |
| 195 | + |
| 196 | + |
| 197 | + |
| 198 | + |
186 | 199 |
|
187 | 200 |
|
188 | 201 |
|
| ||
202 | 215 |
|
203 | 216 |
|
204 | 217 |
|
205 |
| - |
206 |
| - |
207 |
| - |
| 218 | + |
| 219 | + |
| 220 | + |
208 | 221 |
|
209 | 222 |
|
210 |
| - |
| 223 | + |
| 224 | + |
| 225 | + |
| 226 | + |
211 | 227 |
|
212 | 228 |
|
213 | 229 |
|
|
0 commit comments