Skip to content

Commit ef7da83

Browse files
committed
TASK: Code cleanup
1 parent 9e15849 commit ef7da83

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Classes/Flowpack/ElasticSearch/ContentRepositoryQueueIndexer/Domain/Repository/NodeDataRepository.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public function findAllBySiteAndWorkspace($workspaceName, $firstResult = 0, $max
4848
/**
4949
* Iterator over an IterableResult and return a Generator
5050
*
51-
* This methos is useful for batch processing huge result set as it clear the object
51+
* This method is useful for batch processing huge result set as it clear the object
5252
* manager and detach the current object on each iteration.
5353
*
5454
* @param IterableResult $iterator

Classes/Flowpack/ElasticSearch/ContentRepositoryQueueIndexer/UpdateAliasJob.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ class UpdateAliasJob implements JobInterface
3838

3939
/**
4040
* @param string $indexPostfix
41-
* @param string $workspaceName
42-
* @param array $nodes
4341
*/
4442
public function __construct($indexPostfix)
4543
{

0 commit comments

Comments
 (0)