Skip to content

Commit d2705ab

Browse files
Fix compatibility to NodeNormalizer supportsNormalization
1 parent f1e6029 commit d2705ab

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
@@ -85,7 +85,7 @@ public function normalize($node, $format = null, array $context = []): ArrayObje
8585
/**
8686
* {@inheritdoc}
8787
*/
88-
public function supportsNormalization($data, $format = null)
88+
public function supportsNormalization($data, $format = null): bool
8989
{
9090
return is_object($data) && $data instanceof NodeInterface;
9191
}

0 commit comments

Comments
 (0)