Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion reference/configuration/framework.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3268,7 +3268,7 @@ settings from the base pool as defaults.

.. note::

Your service MUST implement the ``Psr\Cache\CacheItemPoolInterface`` interface.
Your service **must** implement the ``Psr\Cache\CacheItemPoolInterface`` interface.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Your service **must** implement the ``Psr\Cache\CacheItemPoolInterface`` interface.
Your service needs to implement the ``Psr\Cache\CacheItemPoolInterface`` interface.

? not sure its enough


public
""""""
Expand Down
Loading