Skip to content

Commit f7e2ba9

Browse files
committed
fix: avoid creating dynamic property $options
Dynamic properties are deprecated since PHP8.2
1 parent dc824de commit f7e2ba9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: lib/view/sfViewCacheManager.class.php

+2
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)