We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f7b9c4 commit 3209040Copy full SHA for 3209040
cache.rst
@@ -274,7 +274,7 @@ that defaults to the project directory.
274
Each custom pool becomes a service where the service id is the name of the pool
275
(e.g. ``custom_thing.cache``). An autowiring alias is also created for each pool
276
using the camel case version of its name - e.g. ``custom_thing.cache`` can be
277
-injected automatically by naming the argument ``$forecastCache`` and type-hinting it
+injected automatically by naming the argument ``$customThingCache`` and type-hinting it
278
with either :class:`Symfony\\Contracts\\Cache\\CacheInterface` or
279
``Psr\\Cache\\CacheItemPoolInterface``::
280
0 commit comments