Commit f75f466
File tree
Expand file treeCollapse file tree
6 files changed
+42
-0
lines changedFilter options
- src/Symfony/Component/Translation/Loader
- tests/Symfony/Tests/Component/Translation/Loader
Expand file treeCollapse file tree
6 files changed
+42
-0
lines changedsrc/Symfony/Component/Translation/Loader/CsvFileLoader.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Translation/Loader/CsvFileLoader.php+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
35 | 35 |
|
36 | 36 |
|
37 | 37 |
|
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
38 | 42 |
|
39 | 43 |
|
40 | 44 |
|
|
src/Symfony/Component/Translation/Loader/PhpFileLoader.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Translation/Loader/PhpFileLoader.php+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
29 | 29 |
|
30 | 30 |
|
31 | 31 |
|
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
32 | 36 |
|
33 | 37 |
|
34 | 38 |
|
|
src/Symfony/Component/Translation/Loader/XliffFileLoader.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Translation/Loader/XliffFileLoader.php+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
30 | 30 |
|
31 | 31 |
|
32 | 32 |
|
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
33 | 37 |
|
34 | 38 |
|
35 | 39 |
|
|
tests/Symfony/Tests/Component/Translation/Loader/CsvFileLoaderTest.php
Copy file name to clipboardExpand all lines: tests/Symfony/Tests/Component/Translation/Loader/CsvFileLoaderTest.php+10Lines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
47 | 47 |
|
48 | 48 |
|
49 | 49 |
|
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
50 | 60 |
|
tests/Symfony/Tests/Component/Translation/Loader/PhpFileLoaderTest.php
Copy file name to clipboardExpand all lines: tests/Symfony/Tests/Component/Translation/Loader/PhpFileLoaderTest.php+10Lines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
26 | 26 |
|
27 | 27 |
|
28 | 28 |
|
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
29 | 39 |
|
tests/Symfony/Tests/Component/Translation/Loader/XliffFileLoaderTest.php
Copy file name to clipboardExpand all lines: tests/Symfony/Tests/Component/Translation/Loader/XliffFileLoaderTest.php+10Lines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
44 | 44 |
|
45 | 45 |
|
46 | 46 |
|
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
47 | 57 |
|
0 commit comments