Skip to content

Commit 93ddbc1

Browse files
Fix compatibility to NodeNormalizer
1 parent edaaab9 commit 93ddbc1

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
@@ -42,7 +42,7 @@ public function getNotes()
4242
/**
4343
* {@inheritdoc}
4444
*/
45-
public function normalize($node, $format = null, array $context = [])
45+
public function normalize($node, $format = null, array $context = []): ArrayObject|array|string|int|float|bool|null
4646
{
4747
$res = [];
4848

0 commit comments

Comments
 (0)