Skip to content

Commit c37f2cb

Browse files
slevesquedlongley
authored andcommitted
fix: deprecated creation of dynamic property
@see https://php.watch/versions/8.2/dynamic-properties-deprecated
1 parent 1f96ec8 commit c37f2cb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

jsonld.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5979,6 +5979,10 @@ public function next() {
59795979
* the overhead of recomputing them.
59805980
*/
59815981
class ActiveContextCache {
5982+
protected $order = [];
5983+
protected $cache;
5984+
protected $size;
5985+
59825986
/**
59835987
* Constructs a new ActiveContextCache.
59845988
*

0 commit comments

Comments
 (0)