mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
fix more php deprecations
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user