We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 006407c commit 6704099Copy full SHA for 6704099
1 file changed
Tests/Functional/Indexer/NodeIndexerTest.php
@@ -148,7 +148,8 @@ public function nodeMoveIsHandledCorrectly(): void
148
/**
149
* Fetch the node path (stored in elasticsearch) of the given node
150
*/
151
- private function getNeosPathOfNodeInIndex(NodeInterface $node): ?string {
+ private function getNeosPathOfNodeInIndex(NodeInterface $node): ?string
152
+ {
153
$this->searchClient->setContextNode($this->siteNode);
154
/** @var FilteredQuery $query */
155
$query = $this->objectManager->get(QueryInterface::class);
0 commit comments