Commit ff14bc5
committed
minor #8405 Improve description about "framework.ide" config option (aik099)
This PR was submitted for the 3.2 branch but it was merged into the 3.3 branch instead (closes #8405).
Discussion
----------
Improve description about "framework.ide" config option
According to code in https://github.com/symfony/symfony/blob/master/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php#L179 when both `xdebug.file_link_format` (in `php.ini`) and `framework.ide` (in `app/config/config.yml`) are defined, then `xdebug.file_link_format` wins, but documentetion says the opposite.
P.S.
* PR is targeting the oldest supported documentation branch, where fixed text fragment is present.
* It should be merged to `3.3` and `3.4` branches as well.
* The documentation is changed and not mentioned code, because changing code would introduce a BC break.
Commits
-------
432d456 Improve description about "framework.ide" config option1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
251 | 251 | | |
252 | 252 | | |
253 | 253 | | |
254 | | - | |
| 254 | + | |
255 | 255 | | |
256 | 256 | | |
257 | 257 | | |
| |||
0 commit comments