You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -239,13 +240,11 @@ private function translateMap(stdClass $value): CypherMap
239
240
function () use ($value) {
240
241
/** @var stdClass|array|null $element */
241
242
foreach ((array) $valueas$key => $element) {
242
-
// There is an odd case in the JOLT protocol when dealing with properties in a node. Lists appear not to receive a composite type label, which is why we have to handle them specifically here.
243
+
// There is an odd case in the JOLT protocol when dealing with properties in a node.
244
+
// Lists appear not to receive a composite type label,
245
+
// which is why we have to handle them specifically here.
0 commit comments