Commit 6ac7b50
committed
File tree
Expand file treeCollapse file tree
17 files changed
+76
-43
lines changedFilter options
- src/Symfony/Component/DependencyInjection
- Compiler
- Dumper
- ParameterBag
- Tests/Dumper
Expand file treeCollapse file tree
17 files changed
+76
-43
lines changedsrc/Symfony/Component/DependencyInjection/Compiler/AnalyzeServiceReferencesPass.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Compiler/AnalyzeServiceReferencesPass.php+8-7Lines changed: 8 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
64 | 64 |
|
65 | 65 |
|
66 | 66 |
|
67 |
| - |
| 67 | + |
| 68 | + |
68 | 69 |
|
69 | 70 |
|
70 | 71 |
|
| ||
87 | 88 |
|
88 | 89 |
|
89 | 90 |
|
90 |
| - |
| 91 | + |
| 92 | + |
91 | 93 |
|
92 | 94 |
|
93 | 95 |
|
94 | 96 |
|
95 |
| - |
| 97 | + |
96 | 98 |
|
97 | 99 |
|
98 | 100 |
|
| ||
134 | 136 |
|
135 | 137 |
|
136 | 138 |
|
137 |
| - |
138 |
| - |
139 | 139 |
|
140 | 140 |
|
141 | 141 |
|
| ||
149 | 149 |
|
150 | 150 |
|
151 | 151 |
|
152 |
| - |
| 152 | + |
153 | 153 |
|
154 | 154 |
|
155 | 155 |
|
| ||
163 | 163 |
|
164 | 164 |
|
165 | 165 |
|
| 166 | + |
166 | 167 |
|
167 | 168 |
|
168 | 169 |
|
169 | 170 |
|
170 |
| - |
| 171 | + |
171 | 172 |
|
172 | 173 |
|
173 | 174 |
|
|
src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
281 | 281 |
|
282 | 282 |
|
283 | 283 |
|
284 |
| - |
| 284 | + |
285 | 285 |
|
286 | 286 |
|
287 | 287 |
|
|
src/Symfony/Component/DependencyInjection/Compiler/DecoratorServicePass.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Compiler/DecoratorServicePass.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
50 | 50 |
|
51 | 51 |
|
52 | 52 |
|
53 |
| - |
| 53 | + |
54 | 54 |
|
55 | 55 |
|
56 | 56 |
|
|
src/Symfony/Component/DependencyInjection/Compiler/FactoryReturnTypePass.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Compiler/FactoryReturnTypePass.php+7-7Lines changed: 7 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
51 | 51 |
|
52 | 52 |
|
53 | 53 |
|
54 |
| - |
55 |
| - |
| 54 | + |
56 | 55 |
|
57 | 56 |
|
58 | 57 |
|
59 | 58 |
|
60 |
| - |
| 59 | + |
61 | 60 |
|
62 | 61 |
|
63 | 62 |
|
| ||
73 | 72 |
|
74 | 73 |
|
75 | 74 |
|
76 |
| - |
77 |
| - |
78 |
| - |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
79 | 79 |
|
80 | 80 |
|
81 | 81 |
|
| ||
103 | 103 |
|
104 | 104 |
|
105 | 105 |
|
106 |
| - |
| 106 | + |
107 | 107 |
|
108 | 108 |
|
109 | 109 |
|
|
src/Symfony/Component/DependencyInjection/Compiler/InlineServiceDefinitionsPass.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Compiler/InlineServiceDefinitionsPass.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
67 | 67 |
|
68 | 68 |
|
69 | 69 |
|
70 |
| - |
| 70 | + |
71 | 71 |
|
72 | 72 |
|
73 | 73 |
|
|
src/Symfony/Component/DependencyInjection/Compiler/RegisterServiceSubscribersPass.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Compiler/RegisterServiceSubscribersPass.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
85 | 85 |
|
86 | 86 |
|
87 | 87 |
|
88 |
| - |
| 88 | + |
89 | 89 |
|
90 | 90 |
|
91 | 91 |
|
|
src/Symfony/Component/DependencyInjection/Compiler/ReplaceAliasByActualDefinitionPass.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Compiler/ReplaceAliasByActualDefinitionPass.php+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
36 | 36 |
|
37 | 37 |
|
38 | 38 |
|
39 |
| - |
| 39 | + |
40 | 40 |
|
41 | 41 |
|
42 | 42 |
|
| ||
77 | 77 |
|
78 | 78 |
|
79 | 79 |
|
80 |
| - |
| 80 | + |
81 | 81 |
|
82 | 82 |
|
83 | 83 |
|
|
src/Symfony/Component/DependencyInjection/Compiler/ResolveBindingsPass.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Compiler/ResolveBindingsPass.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
49 | 49 |
|
50 | 50 |
|
51 | 51 |
|
52 |
| - |
| 52 | + |
53 | 53 |
|
54 | 54 |
|
55 | 55 |
|
|
src/Symfony/Component/DependencyInjection/Compiler/ResolveHotPathPass.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Compiler/ResolveHotPathPass.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
55 | 55 |
|
56 | 56 |
|
57 | 57 |
|
58 |
| - |
| 58 | + |
59 | 59 |
|
60 | 60 |
|
61 | 61 |
|
|
src/Symfony/Component/DependencyInjection/Compiler/ResolveInvalidReferencesPass.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Compiler/ResolveInvalidReferencesPass.php+1-3Lines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
90 | 90 |
|
91 | 91 |
|
92 | 92 |
|
93 |
| - |
94 |
| - |
95 |
| - |
| 93 | + |
96 | 94 |
|
97 | 95 |
|
98 | 96 |
|
|
src/Symfony/Component/DependencyInjection/Compiler/ResolveReferencesToAliasesPass.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Compiler/ResolveReferencesToAliasesPass.php+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
30 | 30 |
|
31 | 31 |
|
32 | 32 |
|
33 |
| - |
| 33 | + |
34 | 34 |
|
35 | 35 |
|
36 | 36 |
|
| ||
43 | 43 |
|
44 | 44 |
|
45 | 45 |
|
46 |
| - |
| 46 | + |
47 | 47 |
|
48 | 48 |
|
49 | 49 |
|
| ||
69 | 69 |
|
70 | 70 |
|
71 | 71 |
|
72 |
| - |
| 72 | + |
73 | 73 |
|
74 | 74 |
|
75 | 75 |
|
|
src/Symfony/Component/DependencyInjection/Compiler/ResolveServiceSubscribersPass.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Compiler/ResolveServiceSubscribersPass.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
26 | 26 |
|
27 | 27 |
|
28 | 28 |
|
29 |
| - |
| 29 | + |
30 | 30 |
|
31 | 31 |
|
32 | 32 |
|
|
src/Symfony/Component/DependencyInjection/Container.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Container.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
507 | 507 |
|
508 | 508 |
|
509 | 509 |
|
510 |
| - |
| 510 | + |
511 | 511 |
|
512 | 512 |
|
513 | 513 |
|
|
src/Symfony/Component/DependencyInjection/ContainerBuilder.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/ContainerBuilder.php+16-4Lines changed: 16 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
627 | 627 |
|
628 | 628 |
|
629 | 629 |
|
630 |
| - |
| 630 | + |
631 | 631 |
|
632 | 632 |
|
633 | 633 |
|
| ||
1373 | 1373 |
|
1374 | 1374 |
|
1375 | 1375 |
|
1376 |
| - |
| 1376 | + |
1377 | 1377 |
|
1378 | 1378 |
|
1379 |
| - |
| 1379 | + |
1380 | 1380 |
|
1381 | 1381 |
|
1382 | 1382 |
|
1383 | 1383 |
|
1384 | 1384 |
|
1385 |
| - |
| 1385 | + |
1386 | 1386 |
|
1387 | 1387 |
|
1388 | 1388 |
|
| ||
1455 | 1455 |
|
1456 | 1456 |
|
1457 | 1457 |
|
| 1458 | + |
| 1459 | + |
| 1460 | + |
| 1461 | + |
| 1462 | + |
| 1463 | + |
| 1464 | + |
| 1465 | + |
| 1466 | + |
| 1467 | + |
| 1468 | + |
| 1469 | + |
1458 | 1470 |
|
1459 | 1471 |
|
1460 | 1472 |
|
|
src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php+8-6Lines changed: 8 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1232 | 1232 |
|
1233 | 1233 |
|
1234 | 1234 |
|
1235 |
| - |
| 1235 | + |
1236 | 1236 |
|
1237 |
| - |
| 1237 | + |
1238 | 1238 |
|
1239 | 1239 |
|
1240 | 1240 |
|
| ||
1555 | 1555 |
|
1556 | 1556 |
|
1557 | 1557 |
|
1558 |
| - |
| 1558 | + |
1559 | 1559 |
|
1560 | 1560 |
|
1561 | 1561 |
|
| ||
1625 | 1625 |
|
1626 | 1626 |
|
1627 | 1627 |
|
1628 |
| - |
| 1628 | + |
1629 | 1629 |
|
1630 | 1630 |
|
1631 | 1631 |
|
| ||
1790 | 1790 |
|
1791 | 1791 |
|
1792 | 1792 |
|
1793 |
| - |
| 1793 | + |
| 1794 | + |
1794 | 1795 |
|
1795 | 1796 |
|
1796 | 1797 |
|
1797 |
| - |
| 1798 | + |
1798 | 1799 |
|
1799 | 1800 |
|
1800 | 1801 |
|
| ||
1881 | 1882 |
|
1882 | 1883 |
|
1883 | 1884 |
|
| 1885 | + |
1884 | 1886 |
|
1885 | 1887 |
|
1886 | 1888 |
|
|
src/Symfony/Component/DependencyInjection/ParameterBag/ParameterBag.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/ParameterBag/ParameterBag.php+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
173 | 173 |
|
174 | 174 |
|
175 | 175 |
|
176 |
| - |
| 176 | + |
177 | 177 |
|
178 | 178 |
|
179 |
| - |
| 179 | + |
180 | 180 |
|
181 | 181 |
|
182 | 182 |
|
183 | 183 |
|
184 | 184 |
|
185 |
| - |
| 185 | + |
186 | 186 |
|
187 | 187 |
|
188 | 188 |
|
|
src/Symfony/Component/DependencyInjection/Tests/Dumper/PhpDumperTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Tests/Dumper/PhpDumperTest.php+20Lines changed: 20 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1001 | 1001 |
|
1002 | 1002 |
|
1003 | 1003 |
|
| 1004 | + |
| 1005 | + |
| 1006 | + |
| 1007 | + |
| 1008 | + |
| 1009 | + |
| 1010 | + |
| 1011 | + |
| 1012 | + |
| 1013 | + |
| 1014 | + |
| 1015 | + |
| 1016 | + |
| 1017 | + |
| 1018 | + |
| 1019 | + |
| 1020 | + |
| 1021 | + |
| 1022 | + |
| 1023 | + |
1004 | 1024 |
|
1005 | 1025 |
|
1006 | 1026 |
|
|
0 commit comments