Skip to content

Commit 42fcf87

Browse files
committed
fix: removed mixed type due BC
1 parent 871a3f3 commit 42fcf87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/XmlSerializationVisitor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ private function trySerializePropertyAsAttributeOnSiblingElement(PropertyMetadat
424424
*
425425
* @throws RuntimeException If the value is unsuitable for an XML attribute.
426426
*/
427-
private function processValueForXmlAttribute(mixed $inputValue, ?array $valueType, PropertyMetadata $metadataForNavigatorContext): array
427+
private function processValueForXmlAttribute($inputValue, ?array $valueType, PropertyMetadata $metadataForNavigatorContext): array
428428
{
429429
$this->setCurrentMetadata($metadataForNavigatorContext);
430430
$processedNode = $this->navigator->accept($inputValue, $valueType);

0 commit comments

Comments
 (0)