From bdf6ac689f9996e1a352539440b2bf186bdd5359 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Thu, 15 Jul 2021 16:31:01 +0200 Subject: [PATCH] [FrameworkBundle] Update the default config of Doctrine cache --- reference/configuration/framework.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/reference/configuration/framework.rst b/reference/configuration/framework.rst index 8f7cb5538c8..6695e7bb55b 100644 --- a/reference/configuration/framework.rst +++ b/reference/configuration/framework.rst @@ -2790,10 +2790,12 @@ annotations cache ..... -**type**: ``string`` **default**: ``'file'`` +**type**: ``string`` **default**: ``'php_array'`` This option can be one of the following values: +php_array + Use a PHP array to cache annotations in memory file Use the filesystem to cache annotations none