Skip to content

Commit

Permalink
Merge branch 'master' into bugfix/te-7332-fix-incorrect-minor-depende…
Browse files Browse the repository at this point in the history
…ncies
  • Loading branch information
gechetspr committed Jan 26, 2021
2 parents e1274ba + 286b075 commit ef3eb25
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion phpstan.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"defaultLevel": 6
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@ public function processSearchMessages(array $queueMessageTransfers): array;
public function processStorageMessages(array $queueMessageTransfers): array;

/**
* Specification:
* - TODO: Add method specification.
*
* @api
*
* @deprecated Use {@link executeResolvedPluginsBySourcesWithIds()} instead.
Expand All @@ -111,6 +114,9 @@ public function processStorageMessages(array $queueMessageTransfers): array;
public function executeResolvedPluginsBySources(array $resources);

/**
* Specification:
* - TODO: Add method specification.
*
* @api
*
* @param string[] $resources
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -279,8 +279,6 @@ function ($key): void {
}

/**
* @throws \Elastica\Exception\NotFoundException
*
* @return void
*/
public function testSynchronizationWritesDataToSearch(): void
Expand Down Expand Up @@ -319,8 +317,6 @@ function ($key): void {
}

/**
* @throws \Elastica\Exception\NotFoundException
*
* @return void
*/
public function testSynchronizationDeleteDataToSearch(): void
Expand Down

0 comments on commit ef3eb25

Please sign in to comment.