Skip to content

Commit fd22bb4

Browse files
authored
Merge pull request #218 from kdambekalns/fix-pr-208
BUGFIX: Use correct NodeIndexerInterface in command controller Fixes #208
2 parents df14215 + 5675f82 commit fd22bb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Classes/Command/NodeIndexCommandController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class NodeIndexCommandController extends CommandController
3030

3131
/**
3232
* @Flow\Inject
33-
* @var \Neos\ContentRepository\Search\Indexer\NodeIndexerInterface
33+
* @var \TYPO3\TYPO3CR\Search\Indexer\NodeIndexerInterface
3434
*/
3535
protected $nodeIndexer;
3636

0 commit comments

Comments
 (0)