Skip to content

Commit 3c59273

Browse files
authored
Fix: avoid creating dynamic property $options in sfViewCacheManager (#290)
Dynamic properties are deprecated since PHP8.2
1 parent dc824de commit 3c59273

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/view/sfViewCacheManager.class.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
*/
2222
class sfViewCacheManager
2323
{
24+
public $options = array();
25+
2426
protected $cache;
2527
protected $cacheConfig = array();
2628
protected $context;

0 commit comments

Comments
 (0)