Commit 7845da7
committed
[FrameworkBundle] Skip loading classes targetted by deprecated aliases in DebugAutowiringCommand
1 parent 74ac512 commit 7845da7Copy full SHA for 7845da7
2 files changed
+22-2Lines changed: 22 additions & 2 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- src/Symfony/Bundle/FrameworkBundle
- Command
- Tests/Functional
Expand file treeCollapse file tree
Open diff view settings
Collapse file
src/Symfony/Bundle/FrameworkBundle/Command/DebugAutowiringCommand.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Command/DebugAutowiringCommand.php+3-2Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
113 | 113 | |
114 | 114 | |
115 | 115 | |
116 | | - |
| 116 | + |
| 117 | + |
117 | 118 | |
118 | 119 | |
119 | 120 | |
| ||
143 | 144 | |
144 | 145 | |
145 | 146 | |
146 | | - |
| 147 | + |
147 | 148 | |
148 | 149 | |
149 | 150 | |
|
Collapse file
src/Symfony/Bundle/FrameworkBundle/Tests/Functional/DebugAutowiringCommandTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/Functional/DebugAutowiringCommandTest.php+19Lines changed: 19 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
39 | 39 | |
40 | 40 | |
41 | 41 | |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
42 | 61 | |
43 | 62 | |
44 | 63 | |
|
0 commit comments