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:
commit
1f33c8766b
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue