Commit d42b5c3
committed
bug symfony#52514 [FrameworkBundle] Don't reference SYMFONY_IDE env var in non-debug mode (nicolas-grekas)
This PR was merged into the 6.3 branch.
Discussion
----------
[FrameworkBundle] Don't reference SYMFONY_IDE env var in non-debug mode
| Q | A
| ------------- | ---
| Branch? | 6.3
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Issues | Fix symfony#52146
| License | MIT
See linked issue for an example of a nasty side effect of this.
Commits
-------
371b948 [FrameworkBundle] Don't reference SYMFONY_IDE env var in non-debug modeFile tree
2 files changed
+2
-2
lines changed- src/Symfony/Bundle/FrameworkBundle
- DependencyInjection
- Tests/Functional
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
| 106 | + | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
144 | | - | |
| 144 | + | |
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
| |||
0 commit comments