Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ff14bc5

Browse filesBrowse 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
Copy full SHA for ff14bc5

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎reference/configuration/framework.rst

Copy file name to clipboardExpand all lines: reference/configuration/framework.rst
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.