We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57f5bb8 commit afd82bbCopy full SHA for afd82bb
src/PHPCR/Shell/Serializer/NodeNormalizer.php
@@ -85,7 +85,7 @@ public function normalize($node, $format = null, array $context = []): ArrayObje
85
/**
86
* {@inheritdoc}
87
*/
88
- public function supportsNormalization($data, $format = null): bool
+ public function supportsNormalization($data, $format = null, array $context = []): bool
89
{
90
return is_object($data) && $data instanceof NodeInterface;
91
}
0 commit comments