@@ -443,7 +443,7 @@ discard block |
||
443 | 443 | * the unique index. Additionally, the background option is only |
444 | 444 | * relevant to index creation and is not considered. |
445 | 445 | * |
446 | - * @param array|IndexInfo $mongoIndex Mongo index data. |
|
446 | + * @param IndexInfo $mongoIndex Mongo index data. |
|
447 | 447 | * @param array $documentIndex Document index data. |
448 | 448 | * @return bool True if the indexes are equivalent, otherwise false. |
449 | 449 | */ |
@@ -589,9 +589,9 @@ discard block |
||
589 | 589 | } |
590 | 590 | |
591 | 591 | /** |
592 | - * @param $documentName |
|
592 | + * @param string $documentName |
|
593 | 593 | * |
594 | - * @return array |
|
594 | + * @return string |
|
595 | 595 | */ |
596 | 596 | private function runShardCollectionCommand($documentName) |
597 | 597 | { |