Skip to content

Commit d1a1a27

Browse files
xabbuhnikophil
authored andcommitted
minor symfony#10822 add missing blank line after .. tip:: and .. note:: directive (OskarStark)
This PR was merged into the 3.4 branch. Discussion ---------- add missing blank line after .. tip:: and .. note:: directive Commits ------- f7cf992 add missing blank line after directive
2 parents 90b6fb3 + 83b0b30 commit d1a1a27

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

components/cache/adapters/memcached_adapter.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,7 @@ Available Options
286286
are valid and fit within the design of the protocol being used.
287287

288288
.. tip::
289+
289290
Reference the `Memcached`_ extension's `predefined constants`_ documentation
290291
for additional information about the available options.
291292

components/cache/adapters/redis_adapter.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ Available Options
139139
connection attempt times out.
140140

141141
.. note::
142+
142143
When using the `Predis`_ library some additional Predis-specific options are available.
143144
Reference the `Predis Connection Parameters`_ documentation for more information.
144145

controller.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,7 @@ For more information about services, see the :doc:`/service_container` article.
348348
.. _controller-service-arguments-tag:
349349

350350
.. note::
351+
351352
If this isn't working, make sure your controller is registered as a service,
352353
is :ref:`autoconfigured <services-autoconfigure>` and extends either
353354
:class:`Symfony\\Bundle\\FrameworkBundle\\Controller\\Controller` or

0 commit comments

Comments
 (0)