Skip to content

Commit 80def49

Browse files
committed
minor #17286 Remove reference to a removed configuration key (bruno-ds)
This PR was merged into the 4.4 branch. Discussion ---------- Remove reference to a removed configuration key See #17260 for more details (more specifically, [this comment](#17260 (comment))) <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `6.x` for features of unreleased versions). --> Commits ------- b09ad2a Remove reference to a removed configuration key
2 parents d08b5db + b09ad2a commit 80def49

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

reference/configuration/framework.rst

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2167,19 +2167,6 @@ Whether or not to enable validation support.
21672167
This option will automatically be set to ``true`` when one of the child
21682168
settings is configured.
21692169

2170-
.. _reference-validation-cache:
2171-
2172-
cache
2173-
.....
2174-
2175-
**type**: ``string``
2176-
2177-
The service that is used to persist class metadata in a cache. The service
2178-
has to implement the :class:`Symfony\\Component\\Validator\\Mapping\\Cache\\CacheInterface`.
2179-
2180-
Set this option to ``validator.mapping.cache.doctrine.apc`` to use the APC
2181-
cache provided by the Doctrine project.
2182-
21832170
.. _reference-validation-enable_annotations:
21842171

21852172
enable_annotations

0 commit comments

Comments
 (0)