Skip to content

Commit

Permalink
Merge pull request #216 from blibio/patch-1
Browse files Browse the repository at this point in the history
Update NodeNormalizer.php
  • Loading branch information
dantleech committed Apr 26, 2023
2 parents 08d5d8f + f34e589 commit bb08ee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PHPCR/Shell/Serializer/NodeNormalizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ public function denormalize($data, $class, $format = null, array $context = [])
if (count($errors) > 0) {
throw new InvalidArgumentException(sprintf(
'Errors encountered during denormalization: %s',
implode($errors, "\n")
implode("\n", $errors)
));
}
}
Expand Down

0 comments on commit bb08ee6

Please sign in to comment.