Commit 6f75529
File tree
5 files changed
+31
-6
lines changedFilter options
- src/Symfony/Component/Translation
- Extractor/Visitor
- Tests
- Extractor
- fixtures/extractor-ast
5 files changed
+31
-6
lines changedsrc/Symfony/Component/Translation/Extractor/Visitor/AbstractVisitor.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Translation/Extractor/Visitor/AbstractVisitor.php+13Lines changed: 13 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
68 | 68 |
|
69 | 69 |
|
70 | 70 |
|
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
71 | 84 |
|
72 | 85 |
|
73 | 86 |
|
|
src/Symfony/Component/Translation/Extractor/Visitor/TransMethodVisitor.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Translation/Extractor/Visitor/TransMethodVisitor.php+4-3Lines changed: 4 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
37 | 37 |
|
38 | 38 |
|
39 | 39 |
|
40 |
| - |
41 |
| - |
| 40 | + |
| 41 | + |
| 42 | + |
42 | 43 |
|
43 | 44 |
|
44 | 45 |
|
45 |
| - |
| 46 | + |
46 | 47 |
|
47 | 48 |
|
48 | 49 |
|
|
src/Symfony/Component/Translation/Extractor/Visitor/TranslatableMessageVisitor.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Translation/Extractor/Visitor/TranslatableMessageVisitor.php+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
38 | 38 |
|
39 | 39 |
|
40 | 40 |
|
41 |
| - |
| 41 | + |
42 | 42 |
|
43 |
| - |
| 43 | + |
44 | 44 |
|
45 | 45 |
|
46 | 46 |
|
47 |
| - |
| 47 | + |
48 | 48 |
|
49 | 49 |
|
50 | 50 |
|
|
src/Symfony/Component/Translation/Tests/Extractor/PhpAstExtractorTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Translation/Tests/Extractor/PhpAstExtractorTest.php+5Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
91 | 91 |
|
92 | 92 |
|
93 | 93 |
|
| 94 | + |
| 95 | + |
| 96 | + |
94 | 97 |
|
95 | 98 |
|
96 | 99 |
|
| ||
119 | 122 |
|
120 | 123 |
|
121 | 124 |
|
| 125 | + |
| 126 | + |
122 | 127 |
|
123 | 128 |
|
124 | 129 |
|
|
src/Symfony/Component/Translation/Tests/fixtures/extractor-ast/translation.html.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Translation/Tests/fixtures/extractor-ast/translation.html.php+6Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
55 | 55 |
|
56 | 56 |
|
57 | 57 |
|
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
58 | 64 |
|
0 commit comments