From 4a56755a82c14d4abbe642b34b62d37c2972e343 Mon Sep 17 00:00:00 2001 From: Alexander Obuhovich Date: Mon, 18 Sep 2017 10:58:59 +0300 Subject: [PATCH] Improve description about "framework.ide" config option --- reference/configuration/framework.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/configuration/framework.rst b/reference/configuration/framework.rst index 1a6003946e1..627c78dad31 100644 --- a/reference/configuration/framework.rst +++ b/reference/configuration/framework.rst @@ -279,7 +279,7 @@ need to escape the percent signs (``%``) by doubling them. .. note:: If both ``framework.ide`` and ``xdebug.file_link_format`` are defined, - Symfony uses the value of the ``framework.ide`` option. + Symfony uses the value of the ``xdebug.file_link_format`` option. .. tip::