Merge pull request 'Make UniqueNamer->order public to satisfy usage in JsonLdProcessor' (#4) from bug/13265-uniquenamer-order into master

Reviewed-on: #4
This commit is contained in:
heluecht 2023-07-09 16:00:15 +02:00
commit 1f33c8766b

View file

@ -5825,7 +5825,7 @@ class UniqueNamer
/** @var stdClass */ /** @var stdClass */
private $existing; private $existing;
/** @var array */ /** @var array */
private $order; public $order;
/** /**
* Constructs a new UniqueNamer. * Constructs a new UniqueNamer.