Skip to content

Commit d92c9de

Browse files
alexander-schranzdbu
authored andcommitted
Fix return type of denormalize
1 parent d2f14be commit d92c9de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PHPCR/Shell/Serializer/NodeNormalizer.php

Lines changed: 1 addition & 1 deletion
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)