Skip to content

Commit 6f7560f

Browse files
Fix return type of supportsdenormalize
1 parent 0f9adaa commit 6f7560f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/PHPCR/Shell/Serializer/NodeNormalizer.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ public function denormalize($data, $class, $format = null, array $context = []):
166166
/**
167167
* {@inheritdoc}
168168
*/
169-
public function supportsDenormalization($data, $type, $format = null)
169+
public function supportsDenormalization($data, $type, $format = null): bool
170170
{
171171
return $type === 'PHPCR\NodeInterface';
172172
}

0 commit comments

Comments
 (0)