We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afd82bb commit 0f9adaaCopy full SHA for 0f9adaa
src/PHPCR/Shell/Serializer/NodeNormalizer.php
@@ -93,7 +93,7 @@ public function supportsNormalization($data, $format = null, array $context = []
93
/**
94
* {@inheritdoc}
95
*/
96
- public function denormalize($data, $class, $format = null, array $context = [])
+ public function denormalize($data, $class, $format = null, array $context = []): mixed
97
{
98
if (!$data) {
99
throw new \InvalidArgumentException(
0 commit comments