From a2d94c9d1bd74310fc1d55ca6e133b940ea6ee9e Mon Sep 17 00:00:00 2001 From: Pratiksha Zalte Date: Fri, 22 May 2026 16:47:54 +0530 Subject: [PATCH] Fix psalm error --- src/Formatter/Specialised/BoltOGMTranslator.php | 2 +- testkit | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Formatter/Specialised/BoltOGMTranslator.php b/src/Formatter/Specialised/BoltOGMTranslator.php index 8959c90a..3934a36d 100644 --- a/src/Formatter/Specialised/BoltOGMTranslator.php +++ b/src/Formatter/Specialised/BoltOGMTranslator.php @@ -299,7 +299,7 @@ private function makeFromBoltPath(BoltPath $path): Path $relationships[] = $this->makeFromBoltUnboundRelationship($rel); } /** @var list $ids */ - $ids = $path->ids; + $ids = $path->indices; return new Path( new CypherList($nodes), diff --git a/testkit b/testkit index f9e7590b..5fb75922 160000 --- a/testkit +++ b/testkit @@ -1 +1 @@ -Subproject commit f9e7590b44ef983b320fae9adcd0c220b8e02962 +Subproject commit 5fb7592281079df7436f139dd2cbda996b5040d0