Commit 6190058
committed
bug #17866 [DependencyInjection] replace alias in factories (xabbuh)
This PR was merged into the 2.7 branch.
Discussion
----------
[DependencyInjection] replace alias in factories
| Q | A
| ------------- | ---
| Bug fix? | yes
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| Tests pass? | yes
| Fixed tickets | #17864
| License | MIT
| Doc PR |
Commits
-------
b43b79b [DependencyInjection] replace alias in factoriesFile tree
Expand file treeCollapse file tree
2 files changed
+21
-0
lines changedOpen diff view settings
Filter options
- src/Symfony/Component/DependencyInjection
- Compiler
- Tests/Compiler
Expand file treeCollapse file tree
2 files changed
+21
-0
lines changedOpen diff view settings
Collapse file
src/Symfony/Component/DependencyInjection/Compiler/ReplaceAliasByActualDefinitionPass.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Compiler/ReplaceAliasByActualDefinitionPass.php+14Lines changed: 14 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
97 | 97 | |
98 | 98 | |
99 | 99 | |
| 100 | + |
100 | 101 | |
101 | 102 | |
102 | 103 | |
| ||
133 | 134 | |
134 | 135 | |
135 | 136 | |
| 137 | + |
| 138 | + |
| 139 | + |
| 140 | + |
| 141 | + |
| 142 | + |
| 143 | + |
| 144 | + |
| 145 | + |
| 146 | + |
| 147 | + |
| 148 | + |
| 149 | + |
136 | 150 | |
Collapse file
src/Symfony/Component/DependencyInjection/Tests/Compiler/ReplaceAliasByActualDefinitionPassTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Tests/Compiler/ReplaceAliasByActualDefinitionPassTest.php+7Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
14 | 14 | |
15 | 15 | |
16 | 16 | |
| 17 | + |
17 | 18 | |
18 | 19 | |
19 | 20 | |
| ||
25 | 26 | |
26 | 27 | |
27 | 28 | |
| 29 | + |
| 30 | + |
28 | 31 | |
29 | 32 | |
30 | 33 | |
| ||
41 | 44 | |
42 | 45 | |
43 | 46 | |
| 47 | + |
44 | 48 | |
| 49 | + |
| 50 | + |
| 51 | + |
45 | 52 | |
46 | 53 | |
47 | 54 | |
|
0 commit comments