Commit dcc2178
committed
minor symfony#52483 Move CodeExtension from TwigBridge to WebProfilerBundle (nicolas-grekas)
This PR was merged into the 7.0 branch.
Discussion
----------
Move CodeExtension from TwigBridge to WebProfilerBundle
| Q | A
| ------------- | ---
| Branch? | 7.0
| Bug fix? | no
| New feature? | no
| Deprecations? | no
| Issues | -
| License | MIT
The class is internal in 7.0 so we can move it closer to where it's used.
Commits
-------
c0baaff Move CodeExtension from TwigBridge to WebProfilerBundleFile tree
3 files changed
+7
-7
lines changed- src/Symfony/Bundle
- TwigBundle/Resources/config
- WebProfilerBundle
- Profiler
- Resources/config
3 files changed
+7
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | 20 | | |
22 | 21 | | |
23 | 22 | | |
| |||
106 | 105 | | |
107 | 106 | | |
108 | 107 | | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | 108 | | |
114 | 109 | | |
115 | 110 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
79 | 80 | | |
80 | 81 | | |
81 | 82 | | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
82 | 87 | | |
83 | 88 | | |
0 commit comments