Skip to content

Commit 84bd9a5

Browse files
authored
TASK: Fix StyleCI complaint
1 parent fd26dbb commit 84bd9a5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Classes/Indexer/NodeIndexer.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,8 @@ public function indexNode(NodeInterface $node, $targetWorkspaceName = null)
219219
$this->logger->debug(sprintf('NodeIndexer (%s) - Property "%s" not indexed because no configuration found, node type %s.', $documentIdentifier, $propertyName, $node->getNodeType()->getName()), LogEnvironment::fromMethodName(__METHOD__));
220220
});
221221

222-
$document = new ElasticSearchDocument($mappingType,
222+
$document = new ElasticSearchDocument(
223+
$mappingType,
223224
$nodePropertiesToBeStoredInIndex,
224225
$documentIdentifier
225226
);

0 commit comments

Comments
 (0)