Skip to content

Commit 6704099

Browse files
remuslazardaniellienert
authored andcommitted
Cleanup Code (fix code style issues)
1 parent 006407c commit 6704099

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Tests/Functional/Indexer/NodeIndexerTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,8 @@ public function nodeMoveIsHandledCorrectly(): void
148148
/**
149149
* Fetch the node path (stored in elasticsearch) of the given node
150150
*/
151-
private function getNeosPathOfNodeInIndex(NodeInterface $node): ?string {
151+
private function getNeosPathOfNodeInIndex(NodeInterface $node): ?string
152+
{
152153
$this->searchClient->setContextNode($this->siteNode);
153154
/** @var FilteredQuery $query */
154155
$query = $this->objectManager->get(QueryInterface::class);

0 commit comments

Comments
 (0)