From e26effe5a639c01c679fa5a3797fbea75dda806c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Dunglas?= Date: Wed, 14 Feb 2018 09:10:24 +0100 Subject: [PATCH] Framework config: remove a reference to Symfony SE --- 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 561ec6824ea..ef0b1c2ebc4 100644 --- a/reference/configuration/framework.rst +++ b/reference/configuration/framework.rst @@ -523,7 +523,7 @@ enabled **type**: ``boolean`` **default**: ``false`` The profiler can be enabled by setting this option to ``true``. When you -are using the Symfony Standard Edition, the profiler is enabled in the ``dev`` +install it using Symfony Flex, the profiler is enabled in the ``dev`` and ``test`` environments. .. note::