Skip to content

Commit ff14bc5

Browse files
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 option
2 parents ff80230 + 432d456 commit ff14bc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/configuration/framework.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ need to escape the percent signs (``%``) by doubling them.
251251
.. note::
252252

253253
If both ``framework.ide`` and ``xdebug.file_link_format`` are defined,
254-
Symfony uses the value of the ``framework.ide`` option.
254+
Symfony uses the value of the ``xdebug.file_link_format`` option.
255255

256256
.. tip::
257257

0 commit comments

Comments
 (0)