Skip to content

Commit 362c0d0

Browse files
committed
TASK: Fix small PSR styling issue
1 parent 456a4bf commit 362c0d0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • Classes/Flowpack/ElasticSearch/ContentRepositoryAdaptor/Indexer

Classes/Flowpack/ElasticSearch/ContentRepositoryAdaptor/Indexer/NodeIndexer.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,8 @@ public function indexNode(NodeInterface $node, $targetWorkspaceName = null)
293293
* @param string $targetWorkspaceName
294294
* @return string
295295
*/
296-
protected function calculateDocumentIdentifier(NodeInterface $node, $targetWorkspaceName = null) {
296+
protected function calculateDocumentIdentifier(NodeInterface $node, $targetWorkspaceName = null)
297+
{
297298
$contextPath = $node->getContextPath();
298299

299300
if ($targetWorkspaceName !== null) {

0 commit comments

Comments
 (0)