File tree
Expand file treeCollapse file tree
12 files changed
+158
-93
lines changedFilter options
- src/Symfony
- Bundle/FrameworkBundle/DependencyInjection
- Component/Translation
- DependencyInjection
- Extractor
- Visitor
- Tests
- DependencyInjection
- Extractor
- fixtures/extractor-ast
Expand file treeCollapse file tree
12 files changed
+158
-93
lines changed+6Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
96 | 96 |
|
97 | 97 |
|
98 | 98 |
|
| 99 | + |
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
| 104 | + |
99 | 105 |
|
100 | 106 |
|
101 | 107 |
|
|
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php+6-3Lines changed: 6 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
219 | 219 |
|
220 | 220 |
|
221 | 221 |
|
| 222 | + |
222 | 223 |
|
223 | 224 |
|
224 | 225 |
|
| ||
1336 | 1337 |
|
1337 | 1338 |
|
1338 | 1339 |
|
1339 |
| - |
1340 |
| - |
1341 |
| - |
| 1340 | + |
| 1341 | + |
| 1342 | + |
1342 | 1343 |
|
| 1344 | + |
| 1345 | + |
1343 | 1346 |
|
1344 | 1347 |
|
1345 | 1348 |
|
|
src/Symfony/Component/Translation/DependencyInjection/TranslatorPass.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Translation/DependencyInjection/TranslatorPass.php+13-11Lines changed: 13 additions & 11 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
49 | 49 |
|
50 | 50 |
|
51 | 51 |
|
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
52 | 65 |
|
53 | 66 |
|
54 | 67 |
|
| ||
70 | 83 |
|
71 | 84 |
|
72 | 85 |
|
73 |
| - |
74 |
| - |
75 |
| - |
76 |
| - |
77 |
| - |
78 |
| - |
79 |
| - |
80 |
| - |
81 |
| - |
82 |
| - |
83 |
| - |
84 | 86 |
|
85 | 87 |
|
src/Symfony/Component/Translation/Extractor/PhpAstExtractor.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Translation/Extractor/PhpAstExtractor.php+5-2Lines changed: 5 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
19 |
| - |
| 19 | + |
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
| ||
29 | 29 |
|
30 | 30 |
|
31 | 31 |
|
| 32 | + |
| 33 | + |
| 34 | + |
32 | 35 |
|
33 | 36 |
|
34 | 37 |
|
| ||
43 | 46 |
|
44 | 47 |
|
45 | 48 |
|
46 |
| - |
| 49 | + |
47 | 50 |
|
48 | 51 |
|
49 | 52 |
|
|
src/Symfony/Component/Translation/Extractor/PhpExtractor.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Translation/Extractor/PhpExtractor.php+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
| 23 | + |
23 | 24 |
|
24 | 25 |
|
25 | 26 |
|
|
src/Symfony/Component/Translation/Extractor/Visitor/AbstractVisitor.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Translation/Extractor/Visitor/AbstractVisitor.php+21-15Lines changed: 21 additions & 15 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
19 | 19 |
|
20 | 20 |
|
21 | 21 |
|
22 |
| - |
23 |
| - |
24 |
| - |
| 22 | + |
| 23 | + |
| 24 | + |
25 | 25 |
|
26 | 26 |
|
27 | 27 |
|
| ||
40 | 40 |
|
41 | 41 |
|
42 | 42 |
|
43 |
| - |
| 43 | + |
44 | 44 |
|
45 | 45 |
|
46 | 46 |
|
47 | 47 |
|
48 |
| - |
| 48 | + |
49 | 49 |
|
50 | 50 |
|
51 |
| - |
52 |
| - |
| 51 | + |
| 52 | + |
53 | 53 |
|
54 | 54 |
|
55 |
| - |
56 |
| - |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
57 | 59 |
|
58 | 60 |
|
59 |
| - |
| 61 | + |
60 | 62 |
|
61 | 63 |
|
62 |
| - |
| 64 | + |
63 | 65 |
|
64 | 66 |
|
65 | 67 |
|
| 68 | + |
66 | 69 |
|
67 | 70 |
|
68 | 71 |
|
| ||
72 | 75 |
|
73 | 76 |
|
74 | 77 |
|
75 |
| - |
| 78 | + |
76 | 79 |
|
77 | 80 |
|
| 81 | + |
78 | 82 |
|
79 | 83 |
|
80 |
| - |
81 |
| - |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
82 | 88 |
|
83 | 89 |
|
84 | 90 |
|
85 |
| - |
| 91 | + |
86 | 92 |
|
87 | 93 |
|
88 | 94 |
|
|
src/Symfony/Component/Translation/Extractor/Visitor/ConstraintVisitor.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Translation/Extractor/Visitor/ConstraintVisitor.php+34-46Lines changed: 34 additions & 46 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
21 | 21 |
|
22 | 22 |
|
23 | 23 |
|
| 24 | + |
| 25 | + |
24 | 26 |
|
25 | 27 |
|
26 | 28 |
|
| ||
57 | 59 |
|
58 | 60 |
|
59 | 61 |
|
60 |
| - |
61 |
| - |
62 |
| - |
63 |
| - |
64 |
| - |
65 |
| - |
66 |
| - |
67 |
| - |
68 |
| - |
69 |
| - |
70 |
| - |
71 |
| - |
72 |
| - |
73 |
| - |
74 |
| - |
75 |
| - |
76 |
| - |
77 |
| - |
78 |
| - |
79 |
| - |
80 |
| - |
81 | 62 |
|
82 | 63 |
|
83 |
| - |
| 64 | + |
84 | 65 |
|
85 | 66 |
|
86 |
| - |
87 |
| - |
88 |
| - |
89 |
| - |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
90 | 74 |
|
91 |
| - |
| 75 | + |
92 | 76 |
|
93 |
| - |
94 |
| - |
95 |
| - |
96 |
| - |
97 |
| - |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
98 | 82 |
|
99 |
| - |
100 |
| - |
101 |
| - |
| 83 | + |
| 84 | + |
| 85 | + |
102 | 86 |
|
103 |
| - |
104 |
| - |
105 |
| - |
| 87 | + |
| 88 | + |
| 89 | + |
106 | 90 |
|
107 |
| - |
| 91 | + |
108 | 92 |
|
109 |
| - |
| 93 | + |
| 94 | + |
110 | 95 |
|
111 | 96 |
|
112 |
| - |
| 97 | + |
113 | 98 |
|
114 | 99 |
|
| 100 | + |
| 101 | + |
115 | 102 |
|
116 | 103 |
|
117 |
| - |
| 104 | + |
118 | 105 |
|
119 |
| - |
120 |
| - |
121 |
| - |
| 106 | + |
| 107 | + |
122 | 108 |
|
123 |
| - |
| 109 | + |
| 110 | + |
| 111 | + |
124 | 112 |
|
125 | 113 |
|
src/Symfony/Component/Translation/Extractor/Visitor/TransMethodVisitor.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Translation/Extractor/Visitor/TransMethodVisitor.php+5-3Lines changed: 5 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 | + |
| 49 | + |
48 | 50 |
|
49 | 51 |
|
50 | 52 |
|
|
src/Symfony/Component/Translation/Extractor/Visitor/TranslatableMessageVisitor.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Translation/Extractor/Visitor/TranslatableMessageVisitor.php+5-3Lines changed: 5 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
40 | 40 |
|
41 | 41 |
|
42 | 42 |
|
43 |
| - |
| 43 | + |
44 | 44 |
|
45 | 45 |
|
46 | 46 |
|
47 |
| - |
| 47 | + |
48 | 48 |
|
49 |
| - |
| 49 | + |
| 50 | + |
| 51 | + |
50 | 52 |
|
51 | 53 |
|
52 | 54 |
|
|
src/Symfony/Component/Translation/Tests/DependencyInjection/TranslatorPassTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Translation/Tests/DependencyInjection/TranslatorPassTest.php+27Lines changed: 27 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
20 | 27 |
|
21 | 28 |
|
22 | 29 |
|
| ||
119 | 126 |
|
120 | 127 |
|
121 | 128 |
|
| 129 | + |
| 130 | + |
| 131 | + |
| 132 | + |
| 133 | + |
| 134 | + |
| 135 | + |
| 136 | + |
| 137 | + |
| 138 | + |
| 139 | + |
| 140 | + |
| 141 | + |
| 142 | + |
| 143 | + |
| 144 | + |
| 145 | + |
| 146 | + |
| 147 | + |
| 148 | + |
122 | 149 |
|
0 commit comments