Skip to content

Commit 7182a10

Browse files
committed
[TASK] Use NodeInterface in one more place
1 parent 7a55fb7 commit 7182a10

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Classes/Flowpack/ElasticSearch/ContentRepositoryAdaptor/Command/NodeIndexCommandController.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,9 +240,9 @@ protected function indexWorkspaceWithDimensions($workspaceName, $dimensions = ar
240240
}
241241

242242
/**
243-
* @param \TYPO3\TYPO3CR\Domain\Model\Node $currentNode
243+
* @param \TYPO3\TYPO3CR\Domain\Model\NodeInterface $currentNode
244244
*/
245-
protected function traverseNodes(\TYPO3\TYPO3CR\Domain\Model\Node $currentNode) {
245+
protected function traverseNodes(\TYPO3\TYPO3CR\Domain\Model\NodeInterface $currentNode) {
246246

247247
if ($this->limit !== NULL && $this->indexedNodes > $this->limit) {
248248
return;

0 commit comments

Comments
 (0)