diff --git a/src/ReferenceStack.php b/src/ReferenceStack.php index b1a333521..99337bfd1 100644 --- a/src/ReferenceStack.php +++ b/src/ReferenceStack.php @@ -130,8 +130,6 @@ class ReferenceStack { ) : ?array { if ( !isset( $this->refs[$group] ) ) { $this->refs[$group] = []; - } - if ( !isset( $this->groupRefSequence[$group] ) ) { $this->groupRefSequence[$group] = 0; }