Skip to content

Commit 788b8b2

Browse files
committed
/VP can be a reference array
1 parent 85279b5 commit 788b8b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Document/Dictionary/DictionaryKey/DictionaryKey.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1234,7 +1234,7 @@ public function getValueTypes(): array {
12341234
self::VIEW_CLIP => [TextStringValue::class],
12351235
self::VIEWER_PREFERENCES => [Dictionary::class],
12361236
self::VOLUME => [IntegerValue::class, FloatValue::class],
1237-
self::VP => [Dictionary::class, DictionaryArrayValue::class, ArrayValue::class],
1237+
self::VP => [Dictionary::class, DictionaryArrayValue::class, ReferenceValueArray::class, ArrayValue::class],
12381238
self::W => [CrossReferenceStreamByteSizes::class, CIDFontWidths::class, IntegerValue::class, FloatValue::class, ReferenceValue::class],
12391239
self::W2 => [ArrayValue::class],
12401240
self::WC => [Dictionary::class],

0 commit comments

Comments
 (0)