Skip to content

Commit e33f5d3

Browse files
committed
Merge branch '5.4' into 6.0
* 5.4: [FrameworkBundle] Update the default config of Doctrine cache
2 parents 3e7354f + eeadfde commit e33f5d3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

reference/configuration/framework.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2785,10 +2785,12 @@ annotations
27852785
cache
27862786
.....
27872787

2788-
**type**: ``string`` **default**: ``'file'``
2788+
**type**: ``string`` **default**: ``'php_array'``
27892789

27902790
This option can be one of the following values:
27912791

2792+
php_array
2793+
Use a PHP array to cache annotations in memory
27922794
file
27932795
Use the filesystem to cache annotations
27942796
none

0 commit comments

Comments
 (0)