Skip to content

Commit bd61428

Browse files
committed
Lib compatibility
1 parent 758bfe2 commit bd61428

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SchemaProcessor/PostProcessor/Templates/Serialization/PatternPropertiesSerializer.phptpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ protected function serializePatternProperties(int $depth, array $except): array
55
foreach ($this->_patternProperties as $patternKey => $properties) {
66
if ($customSerializer = $this->_getCustomSerializerMethod($patternKey)) {
77
foreach ($this->{$customSerializer}() as $propertyKey => $value) {
8-
$this->handleSerializedValue($serializedPatternProperties, $propertyKey, $value, $depth, $except);
8+
$serializedPatternProperties[$propertyKey] = $this->_getSerializedValue($value, $depth, $except);
99
}
1010
continue;
1111
}

0 commit comments

Comments
 (0)