aboutsummaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2024-01-14 17:22:33 +0000
committerMario <mario@mariovavti.com>2024-01-14 17:22:33 +0000
commitd074e2aba09890d60a2287b5bd87c8bc09c35065 (patch)
tree69a76d99f989dcbdc74e7b77650a0e0de3a8f660 /library
parent2bbecfe8dd44bd51a3425ee667859946f6ac0763 (diff)
downloadvolse-hubzilla-d074e2aba09890d60a2287b5bd87c8bc09c35065.tar.gz
volse-hubzilla-d074e2aba09890d60a2287b5bd87c8bc09c35065.tar.bz2
volse-hubzilla-d074e2aba09890d60a2287b5bd87c8bc09c35065.zip
fix more php deprecations
Diffstat (limited to 'library')
-rw-r--r--library/jsonld/jsonld.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/library/jsonld/jsonld.php b/library/jsonld/jsonld.php
index 481e0fc5d..d3e64e58f 100644
--- a/library/jsonld/jsonld.php
+++ b/library/jsonld/jsonld.php
@@ -5914,6 +5914,11 @@ class Permutator {
*
* @param array $list the array of elements to iterate over.
*/
+
+ public $list;
+ public $done;
+ public $left;
+
public function __construct($list) {
// original array
$this->list = $list;