From 82e01ff514f36648e56bd697e717a08d1b41e0d2 Mon Sep 17 00:00:00 2001 From: WouterJ Date: Fri, 31 Jul 2015 19:41:37 +0200 Subject: [PATCH 1/2] [2.6] security.context was deprecated --- book/templating.rst | 2 +- cookbook/form/dynamic_form_modification.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/book/templating.rst b/book/templating.rst index c91b5f62652..bad6193595c 100644 --- a/book/templating.rst +++ b/book/templating.rst @@ -1197,7 +1197,7 @@ is a :class:`Symfony\\Bundle\\FrameworkBundle\\Templating\\GlobalVariables` instance which will give you access to some application specific variables automatically: -``app.security`` +``app.security`` (deprecated as of 2.6) The security context. ``app.user`` The current user object. diff --git a/cookbook/form/dynamic_form_modification.rst b/cookbook/form/dynamic_form_modification.rst index c8ba4016632..374ecd7f57e 100644 --- a/cookbook/form/dynamic_form_modification.rst +++ b/cookbook/form/dynamic_form_modification.rst @@ -400,7 +400,7 @@ it with :ref:`dic-tags-form-type`. - + From 68724e479cf6555172b0310a303520f25dc90b14 Mon Sep 17 00:00:00 2001 From: WouterJ Date: Fri, 31 Jul 2015 19:41:48 +0200 Subject: [PATCH 2/2] [2.6] container:debug -> debug:container --- cookbook/logging/channels_handlers.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook/logging/channels_handlers.rst b/cookbook/logging/channels_handlers.rst index 1b82e6c9af0..a30b0835a20 100644 --- a/cookbook/logging/channels_handlers.rst +++ b/cookbook/logging/channels_handlers.rst @@ -15,7 +15,7 @@ the channel). .. note:: Each channel corresponds to a logger service (``monolog.logger.XXX``) - in the container (use the ``container:debug`` command to see a full list) + in the container (use the ``debug:container`` command to see a full list) and those are injected into different services. .. _logging-channel-handler: