Skip to content

Commit

Permalink
Fix: avoid creating dynamic property $options in sfViewCacheManager (#…
Browse files Browse the repository at this point in the history
…290)

Dynamic properties are deprecated since PHP8.2
  • Loading branch information
vimar authored Nov 17, 2023
1 parent dc824de commit 3c59273
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/view/sfViewCacheManager.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
*/
class sfViewCacheManager
{
public $options = array();

protected $cache;
protected $cacheConfig = array();
protected $context;
Expand Down

0 comments on commit 3c59273

Please sign in to comment.