Commit a325a44
File tree
9 files changed
+64
-22
lines changedFilter options
- src/Symfony
- Bundle/FrameworkBundle
- DependencyInjection
- Resources/config/schema
- Component/Translation
- Formatter
- Tests
- Formatter
9 files changed
+64
-22
lines changedsrc/Symfony/Bundle/FrameworkBundle/CHANGELOG.md
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/CHANGELOG.md+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
| 14 | + |
14 | 15 |
|
15 | 16 |
|
16 | 17 |
|
|
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php+14-1Lines changed: 14 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
690 | 690 |
|
691 | 691 |
|
692 | 692 |
|
| 693 | + |
693 | 694 |
|
694 | 695 |
|
695 | 696 |
|
696 | 697 |
|
697 | 698 |
|
698 | 699 |
|
699 | 700 |
|
700 |
| - |
| 701 | + |
| 702 | + |
| 703 | + |
| 704 | + |
| 705 | + |
| 706 | + |
| 707 | + |
| 708 | + |
| 709 | + |
| 710 | + |
| 711 | + |
| 712 | + |
| 713 | + |
701 | 714 |
|
702 | 715 |
|
703 | 716 |
|
|
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
981 | 981 |
|
982 | 982 |
|
983 | 983 |
|
| 984 | + |
| 985 | + |
| 986 | + |
984 | 987 |
|
985 | 988 |
|
986 | 989 |
|
|
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+6Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
185 | 185 |
|
186 | 186 |
|
187 | 187 |
|
| 188 | + |
188 | 189 |
|
189 | 190 |
|
190 | 191 |
|
191 | 192 |
|
192 | 193 |
|
193 | 194 |
|
194 | 195 |
|
| 196 | + |
| 197 | + |
| 198 | + |
| 199 | + |
| 200 | + |
195 | 201 |
|
196 | 202 |
|
197 | 203 |
|
|
src/Symfony/Component/Translation/CHANGELOG.md
Copy file name to clipboardExpand all lines: src/Symfony/Component/Translation/CHANGELOG.md+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
| 10 | + |
| 11 | + |
10 | 12 |
|
11 | 13 |
|
12 | 14 |
|
| ||
41 | 43 |
|
42 | 44 |
|
43 | 45 |
|
44 |
| - |
45 | 46 |
|
46 | 47 |
|
47 | 48 |
|
|
src/Symfony/Component/Translation/Formatter/IntlMessageFormatter.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Translation/Formatter/IntlMessageFormatter.php+6-2Lines changed: 6 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
22 | 22 |
|
23 | 23 |
|
24 | 24 |
|
25 |
| - |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
26 | 30 |
|
27 | 31 |
|
28 | 32 |
|
29 | 33 |
|
30 | 34 |
|
31 |
| - |
| 35 | + |
32 | 36 |
|
33 | 37 |
|
34 | 38 |
|
|
src/Symfony/Component/Translation/Tests/Formatter/IntlMessageFormatterTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Translation/Tests/Formatter/IntlMessageFormatterTest.php+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
16 |
| - |
| 16 | + |
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
| ||
34 | 34 |
|
35 | 35 |
|
36 | 36 |
|
37 |
| - |
| 37 | + |
38 | 38 |
|
39 | 39 |
|
40 | 40 |
|
|
src/Symfony/Component/Translation/Tests/TranslatorTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Translation/Tests/TranslatorTest.php+26Lines changed: 26 additions & 0 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 |
|
| ||
567 | 569 |
|
568 | 570 |
|
569 | 571 |
|
| 572 | + |
| 573 | + |
| 574 | + |
| 575 | + |
| 576 | + |
| 577 | + |
| 578 | + |
| 579 | + |
| 580 | + |
| 581 | + |
| 582 | + |
| 583 | + |
| 584 | + |
| 585 | + |
| 586 | + |
| 587 | + |
| 588 | + |
| 589 | + |
| 590 | + |
| 591 | + |
| 592 | + |
| 593 | + |
| 594 | + |
| 595 | + |
570 | 596 |
|
571 | 597 |
|
572 | 598 |
|
|
src/Symfony/Component/Translation/Translator.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Translation/Translator.php+4-16Lines changed: 4 additions & 16 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
89 | 89 |
|
90 | 90 |
|
91 | 91 |
|
92 |
| - |
| 92 | + |
93 | 93 |
|
94 | 94 |
|
95 | 95 |
|
| ||
137 | 137 |
|
138 | 138 |
|
139 | 139 |
|
140 |
| - |
141 |
| - |
142 |
| - |
143 |
| - |
144 |
| - |
| 140 | + |
145 | 141 |
|
146 | 142 |
|
147 | 143 |
|
| ||
470 | 466 |
|
471 | 467 |
|
472 | 468 |
|
473 |
| - |
474 |
| - |
475 |
| - |
476 |
| - |
477 |
| - |
| 469 | + |
478 | 470 |
|
479 |
| - |
480 |
| - |
481 |
| - |
482 |
| - |
483 |
| - |
| 471 | + |
484 | 472 |
|
485 | 473 |
|
0 commit comments