Skip to content

Commit 69610aa

Browse files
committed
added link to upstream issue
1 parent 7b24f2e commit 69610aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Formatter/Specialised/JoltHttpOGMTranslator.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,7 @@ function () use ($value) {
236236
// There is an odd case in the JOLT protocol when dealing with properties in a node.
237237
// Lists appear not to receive a composite type label,
238238
// which is why we have to handle them specifically here.
239+
// @see https://github.com/neo4j/neo4j/issues/12858
239240
if (is_array($element)) {
240241
yield $key => new CypherList($element);
241242
} else {

0 commit comments

Comments
 (0)