From f7cf992fa9720b8cdad7156fe4f6ada4c9855b59 Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Mon, 31 Dec 2018 17:57:43 +0100 Subject: [PATCH] add missing blank line after directive --- components/cache/adapters/memcached_adapter.rst | 1 + components/cache/adapters/redis_adapter.rst | 1 + controller.rst | 1 + 3 files changed, 3 insertions(+) diff --git a/components/cache/adapters/memcached_adapter.rst b/components/cache/adapters/memcached_adapter.rst index d9d9aabedaa..b39bc36f3f0 100644 --- a/components/cache/adapters/memcached_adapter.rst +++ b/components/cache/adapters/memcached_adapter.rst @@ -286,6 +286,7 @@ Available Options are valid and fit within the design of the protocol being used. .. tip:: + Reference the `Memcached`_ extension's `predefined constants`_ documentation for additional information about the available options. diff --git a/components/cache/adapters/redis_adapter.rst b/components/cache/adapters/redis_adapter.rst index bd183953a31..93b6b48426c 100644 --- a/components/cache/adapters/redis_adapter.rst +++ b/components/cache/adapters/redis_adapter.rst @@ -139,6 +139,7 @@ Available Options connection attempt times out. .. note:: + When using the `Predis`_ library some additional Predis-specific options are available. Reference the `Predis Connection Parameters`_ documentation for more information. diff --git a/controller.rst b/controller.rst index bca05ddcac7..98907237b0b 100644 --- a/controller.rst +++ b/controller.rst @@ -348,6 +348,7 @@ For more information about services, see the :doc:`/service_container` article. .. _controller-service-arguments-tag: .. note:: + If this isn't working, make sure your controller is registered as a service, is :ref:`autoconfigured ` and extends either :class:`Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller` or