We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b24f2e commit 69610aaCopy full SHA for 69610aa
src/Formatter/Specialised/JoltHttpOGMTranslator.php
@@ -236,6 +236,7 @@ function () use ($value) {
236
// There is an odd case in the JOLT protocol when dealing with properties in a node.
237
// Lists appear not to receive a composite type label,
238
// which is why we have to handle them specifically here.
239
+ // @see https://github.com/neo4j/neo4j/issues/12858
240
if (is_array($element)) {
241
yield $key => new CypherList($element);
242
} else {
0 commit comments