Skip to content

Commit 0f9adaa

Browse files
Fix return type of denormalize
1 parent afd82bb commit 0f9adaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PHPCR/Shell/Serializer/NodeNormalizer.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public function supportsNormalization($data, $format = null, array $context = []
9393
/**
9494
* {@inheritdoc}
9595
*/
96-
public function denormalize($data, $class, $format = null, array $context = [])
96+
public function denormalize($data, $class, $format = null, array $context = []): mixed
9797
{
9898
if (!$data) {
9999
throw new \InvalidArgumentException(

0 commit comments

Comments
 (0)